Shades of Sulu #BDFE8C
Tints of Sulu #BDFE8C
RGB
CMYK
RGB Variations
Color information
#BDFE8C (or 0xBDFE8C) is known color: Sulu. HEX triplet: BD, FE and 8C. RGB value is (189,254,140). Sum of RGB (Red+Green+Blue) = 189+254+140=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 254 (99.61% from 255 or 43.57% from 583); Blue value is 140 (55.08% from 255 or 24.01% from 583); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFE8C is #420173. Grayscale: #DDDDDD. Windows color (decimal): -4325748 or 9240253. OLE color: 9240253.
HSL color Cylindrical-coordinate representation of color #BDFE8C: hue angle of 94.21º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BDFE8C is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 254 | 140 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.00 |
| HSL | 94.21º | 0.98% | 0.77% | - |
| HSV(B) | 94.21º | 0.45% | 1% | - |
| XYZ | 61.16 | 83.6 | 37.72 | - |
| YUV | 221.57 | 81.97 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 254 | 140 | 0.26 | 0 | 0.45 | 0.00 | 94.21 | 0.98 | 0.77 |
| Hex | BD | FE | 8C | 1A | 0 | 2D | 0 | 5E | 62 | 4D |
| Octal | 275 | 376 | 214 | 32 | 0 | 55 | 0 | 136 | 142 | 115 |
| Binary | 10111101 | 11111110 | 10001100 | 11010 | 0 | 101101 | 0 | 1011110 | 1100010 | 1001101 |
Color Harmonies of #BDFE8C
Complementary color
Monochromatic Colors of #BDFE8C
Black with #BDFE8C
Text Example
Text Example
White with #BDFE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFE8C; }
p { color: rgb(189,254,140); }
H1.HeaderClassName
{
color: #BDFE8C;
}
.AnyTagClassName
{
color: #BDFE8C;
}
</style>
background-color css
<style>
a { background-color: #BDFE8C; }
a { background-color: rgb(189,254,140); }
div.DivClassName
{
background-color: #BDFE8C;
}
.BgClassName
{
background-color: #BDFE8C;
}
</style>
border-color css
<style>
span { border-color: #BDFE8C; }
span { border-color: rgb(189,254,140); }
td.TdClassName
{
border-color: #BDFE8C;
}
.TagClassName
{
border-color: #BDFE8C;
}
</style>