Shades of Sulu #BDFB8D
Tints of Sulu #BDFB8D
RGB
CMYK
RGB Variations
Color information
#BDFB8D (or 0xBDFB8D) is known color: Sulu. HEX triplet: BD, FB and 8D. RGB value is (189,251,141). Sum of RGB (Red+Green+Blue) = 189+251+141=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 141 (55.47% from 255 or 24.27% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFB8D is #420472. Grayscale: #DCDCDC. Windows color (decimal): -4326515 or 9305021. OLE color: 9305021.
HSL color Cylindrical-coordinate representation of color #BDFB8D: hue angle of 93.82º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDFB8D is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 141 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.02 |
| HSL | 93.82º | 0.93% | 0.77% | - |
| HSV(B) | 93.82º | 0.44% | 0.98% | - |
| XYZ | 60.29 | 81.74 | 37.8 | - |
| YUV | 219.92 | 83.46 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 141 | 0.25 | 0 | 0.44 | 0.02 | 93.82 | 0.93 | 0.77 |
| Hex | BD | FB | 8D | 19 | 0 | 2C | 2 | 5E | 5D | 4D |
| Octal | 275 | 373 | 215 | 31 | 0 | 54 | 2 | 136 | 135 | 115 |
| Binary | 10111101 | 11111011 | 10001101 | 11001 | 0 | 101100 | 10 | 1011110 | 1011101 | 1001101 |
Color Harmonies of #BDFB8D
Complementary color
Monochromatic Colors of #BDFB8D
Black with #BDFB8D
Text Example
Text Example
White with #BDFB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFB8D; }
p { color: rgb(189,251,141); }
H1.HeaderClassName
{
color: #BDFB8D;
}
.AnyTagClassName
{
color: #BDFB8D;
}
</style>
background-color css
<style>
a { background-color: #BDFB8D; }
a { background-color: rgb(189,251,141); }
div.DivClassName
{
background-color: #BDFB8D;
}
.BgClassName
{
background-color: #BDFB8D;
}
</style>
border-color css
<style>
span { border-color: #BDFB8D; }
span { border-color: rgb(189,251,141); }
td.TdClassName
{
border-color: #BDFB8D;
}
.TagClassName
{
border-color: #BDFB8D;
}
</style>