#BDF777

Color #BDF777 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BDF777

Tints of Sulu #BDF777

Color information

#BDF777 (or 0xBDF777) is unknown color: approx Sulu. HEX triplet: BD, F7 and 77. RGB value is (189,247,119). Sum of RGB (Red+Green+Blue) = 189+247+119=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 247 (96.88% from 255 or 44.50% from 555); Blue value is 119 (46.88% from 255 or 21.44% from 555); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF777 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF777 is #420888. Grayscale: #D7D7D7. Windows color (decimal): -4327561 or 7862205. OLE color: 7862205.

HSL color Cylindrical-coordinate representation of color #BDF777: hue angle of 87.19º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDF777 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB189247119-
CMYK0.2300.520.03
HSL87.19º88.89%71.76%-
HSV(B)87.19º51.82%96.86%-
XYZ57.5878.6729.6-
YUV215.0773.78109.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 247 (96.88% from 255) = 44.50%
BLUE value IS 119 (46.88% from 255) = 21.44%
R=34.05%
G=44.50%
B=21.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892471190.2300.520.0387.1988.8971.76
HexBDF777170343575948
Octal275367167270643127131110
Binary1011110111110111111011110111011010011101011110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF777; }

 p { color: rgb(189,247,119); }

 H1.HeaderClassName
 {
   color: #BDF777;
 }
 .AnyTagClassName
 {
   color: #BDF777;
 }
</style>
background-color css

<style>
 a { background-color: #BDF777; }

 a { background-color: rgb(189,247,119); }

 div.DivClassName
 {
   background-color: #BDF777;
 }
 .BgClassName
 {
   background-color: #BDF777;
 }
</style>
border-color css

<style>
 span { border-color: #BDF777; }

 span { border-color: rgb(189,247,119); }

 td.TdClassName
 {
   border-color: #BDF777;
 }
 .TagClassName
 {
   border-color: #BDF777;
 }
</style>