#BDF17B

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

Shades of Sulu #BDF17B

Tints of Sulu #BDF17B

Color information

#BDF17B (or 0xBDF17B) is unknown color: approx Sulu. HEX triplet: BD, F1 and 7B. RGB value is (189,241,123). Sum of RGB (Red+Green+Blue) = 189+241+123=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 123 (48.44% from 255 or 22.24% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF17B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF17B is #420E84. Grayscale: #D4D4D4. Windows color (decimal): -4329093 or 8122813. OLE color: 8122813.

HSL color Cylindrical-coordinate representation of color #BDF17B: hue angle of 86.44º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDF17B is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB189241123-
CMYK0.2200.490.05
HSL86.44º80.82%71.37%-
HSV(B)86.44º48.96%94.51%-
XYZ56.0275.1630.29-
YUV21277.77111.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.18%
GREEN value IS 241 (94.53% from 255) = 43.58%
BLUE value IS 123 (48.44% from 255) = 22.24%
R=34.18%
G=43.58%
B=22.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892411230.2200.490.0586.4480.8271.37
HexBDF17B160315565147
Octal275361173260615126121107
Binary10111101111100011111011101100110001101101011010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF17B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF17B; }

 p { color: rgb(189,241,123); }

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

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

 a { background-color: rgb(189,241,123); }

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

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

 span { border-color: rgb(189,241,123); }

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