#BDF76C

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

Shades of Sulu #BDF76C

Tints of Sulu #BDF76C

Color information

#BDF76C (or 0xBDF76C) is unknown color: approx Sulu. HEX triplet: BD, F7 and 6C. RGB value is (189,247,108). Sum of RGB (Red+Green+Blue) = 189+247+108=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 247 (96.88% from 255 or 45.40% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF76C is #420893. Grayscale: #D6D6D6. Windows color (decimal): -4327572 or 7141309. OLE color: 7141309.

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

Color convert

RGB189247108-
CMYK0.2300.560.03
HSL85.04º89.68%69.61%-
HSV(B)85.04º56.28%96.86%-
XYZ56.9578.4226.32-
YUV213.8168.28110.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 247 (96.88% from 255) = 45.40%
BLUE value IS 108 (42.58% from 255) = 19.85%
R=34.74%
G=45.40%
B=19.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892471080.2300.560.0385.0489.6869.61
HexBDF76C170383555a46
Octal275367154270703125132106
Binary1011110111110111110110010111011100011101010110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF76C; }

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

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

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

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

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

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

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

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