Shades of Sulu #BDFA8E
Tints of Sulu #BDFA8E
RGB
CMYK
RGB Variations
Color information
#BDFA8E (or 0xBDFA8E) is known color: Sulu. HEX triplet: BD, FA and 8E. RGB value is (189,250,142). Sum of RGB (Red+Green+Blue) = 189+250+142=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 142 (55.86% from 255 or 24.44% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFA8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFA8E is #420571. Grayscale: #DBDBDB. Windows color (decimal): -4326770 or 9370301. OLE color: 9370301.
HSL color Cylindrical-coordinate representation of color #BDFA8E: hue angle of 93.89º degrees, saturation: 0.92, 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 #BDFA8E is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 250 | 142 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.02 |
| HSL | 93.89º | 0.92% | 0.77% | - |
| HSV(B) | 93.89º | 0.43% | 0.98% | - |
| XYZ | 60.05 | 81.14 | 38.09 | - |
| YUV | 219.45 | 84.29 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 250 | 142 | 0.24 | 0 | 0.43 | 0.02 | 93.89 | 0.92 | 0.77 |
| Hex | BD | FA | 8E | 18 | 0 | 2B | 2 | 5E | 5C | 4D |
| Octal | 275 | 372 | 216 | 30 | 0 | 53 | 2 | 136 | 134 | 115 |
| Binary | 10111101 | 11111010 | 10001110 | 11000 | 0 | 101011 | 10 | 1011110 | 1011100 | 1001101 |
Color Harmonies of #BDFA8E
Complementary color
Monochromatic Colors of #BDFA8E
Black with #BDFA8E
Text Example
Text Example
White with #BDFA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFA8E; }
p { color: rgb(189,250,142); }
H1.HeaderClassName
{
color: #BDFA8E;
}
.AnyTagClassName
{
color: #BDFA8E;
}
</style>
background-color css
<style>
a { background-color: #BDFA8E; }
a { background-color: rgb(189,250,142); }
div.DivClassName
{
background-color: #BDFA8E;
}
.BgClassName
{
background-color: #BDFA8E;
}
</style>
border-color css
<style>
span { border-color: #BDFA8E; }
span { border-color: rgb(189,250,142); }
td.TdClassName
{
border-color: #BDFA8E;
}
.TagClassName
{
border-color: #BDFA8E;
}
</style>