Shades of Sulu #BDFB8F
Tints of Sulu #BDFB8F
RGB
CMYK
RGB Variations
Color information
#BDFB8F (or 0xBDFB8F) is known color: Sulu. HEX triplet: BD, FB and 8F. RGB value is (189,251,143). Sum of RGB (Red+Green+Blue) = 189+251+143=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 251 (98.44% from 255 or 43.05% from 583); Blue value is 143 (56.25% from 255 or 24.53% from 583); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFB8F is #420470. Grayscale: #DCDCDC. Windows color (decimal): -4326513 or 9436093. OLE color: 9436093.
HSL color Cylindrical-coordinate representation of color #BDFB8F: hue angle of 94.44º 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 #BDFB8F is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 143 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.02 |
| HSL | 94.44º | 0.93% | 0.77% | - |
| HSV(B) | 94.44º | 0.43% | 0.98% | - |
| XYZ | 60.44 | 81.8 | 38.59 | - |
| YUV | 220.15 | 84.46 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 143 | 0.25 | 0 | 0.43 | 0.02 | 94.44 | 0.93 | 0.77 |
| Hex | BD | FB | 8F | 19 | 0 | 2B | 2 | 5E | 5D | 4D |
| Octal | 275 | 373 | 217 | 31 | 0 | 53 | 2 | 136 | 135 | 115 |
| Binary | 10111101 | 11111011 | 10001111 | 11001 | 0 | 101011 | 10 | 1011110 | 1011101 | 1001101 |
Color Harmonies of #BDFB8F
Complementary color
Monochromatic Colors of #BDFB8F
Black with #BDFB8F
Text Example
Text Example
White with #BDFB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFB8F; }
p { color: rgb(189,251,143); }
H1.HeaderClassName
{
color: #BDFB8F;
}
.AnyTagClassName
{
color: #BDFB8F;
}
</style>
background-color css
<style>
a { background-color: #BDFB8F; }
a { background-color: rgb(189,251,143); }
div.DivClassName
{
background-color: #BDFB8F;
}
.BgClassName
{
background-color: #BDFB8F;
}
</style>
border-color css
<style>
span { border-color: #BDFB8F; }
span { border-color: rgb(189,251,143); }
td.TdClassName
{
border-color: #BDFB8F;
}
.TagClassName
{
border-color: #BDFB8F;
}
</style>