#BDF476

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

Shades of Sulu #BDF476

Tints of Sulu #BDF476

Color information

#BDF476 (or 0xBDF476) is unknown color: approx Sulu. HEX triplet: BD, F4 and 76. RGB value is (189,244,118). Sum of RGB (Red+Green+Blue) = 189+244+118=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF476 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF476 is #420B89. Grayscale: #D5D5D5. Windows color (decimal): -4328330 or 7795901. OLE color: 7795901.

HSL color Cylindrical-coordinate representation of color #BDF476: hue angle of 86.19º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDF476 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB189244118-
CMYK0.2300.520.04
HSL86.19º85.14%70.98%-
HSV(B)86.19º51.64%95.69%-
XYZ56.6176.8328.99-
YUV213.1974.28110.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.30%
GREEN value IS 244 (95.70% from 255) = 44.28%
BLUE value IS 118 (46.48% from 255) = 21.42%
R=34.30%
G=44.28%
B=21.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892441180.2300.520.0486.1985.1470.98
HexBDF476170344565547
Octal275364166270644126125107
Binary10111101111101001110110101110110100100101011010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF476; }

 p { color: rgb(189,244,118); }

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

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

 a { background-color: rgb(189,244,118); }

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

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

 span { border-color: rgb(189,244,118); }

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