Shades of Sulu #BDFB8E
Tints of Sulu #BDFB8E
RGB
CMYK
RGB Variations
Color information
#BDFB8E (or 0xBDFB8E) is known color: Sulu. HEX triplet: BD, FB and 8E. RGB value is (189,251,142). Sum of RGB (Red+Green+Blue) = 189+251+142=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 251 (98.44% from 255 or 43.13% from 582); Blue value is 142 (55.86% from 255 or 24.40% from 582); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFB8E is #420471. Grayscale: #DCDCDC. Windows color (decimal): -4326514 or 9370557. OLE color: 9370557.
HSL color Cylindrical-coordinate representation of color #BDFB8E: hue angle of 94.13º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDFB8E is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 142 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.02 |
| HSL | 94.13º | 0.93% | 0.77% | - |
| HSV(B) | 94.13º | 0.43% | 0.98% | - |
| XYZ | 60.37 | 81.77 | 38.19 | - |
| YUV | 220.04 | 83.96 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 142 | 0.25 | 0 | 0.43 | 0.02 | 94.13 | 0.93 | 0.77 |
| Hex | BD | FB | 8E | 19 | 0 | 2B | 2 | 5E | 5D | 4D |
| Octal | 275 | 373 | 216 | 31 | 0 | 53 | 2 | 136 | 135 | 115 |
| Binary | 10111101 | 11111011 | 10001110 | 11001 | 0 | 101011 | 10 | 1011110 | 1011101 | 1001101 |
Color Harmonies of #BDFB8E
Complementary color
Monochromatic Colors of #BDFB8E
Black with #BDFB8E
Text Example
Text Example
White with #BDFB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFB8E; }
p { color: rgb(189,251,142); }
H1.HeaderClassName
{
color: #BDFB8E;
}
.AnyTagClassName
{
color: #BDFB8E;
}
</style>
background-color css
<style>
a { background-color: #BDFB8E; }
a { background-color: rgb(189,251,142); }
div.DivClassName
{
background-color: #BDFB8E;
}
.BgClassName
{
background-color: #BDFB8E;
}
</style>
border-color css
<style>
span { border-color: #BDFB8E; }
span { border-color: rgb(189,251,142); }
td.TdClassName
{
border-color: #BDFB8E;
}
.TagClassName
{
border-color: #BDFB8E;
}
</style>