Shades of Sulu #BDF18E
Tints of Sulu #BDF18E
RGB
CMYK
RGB Variations
Color information
#BDF18E (or 0xBDF18E) is known color: Sulu. HEX triplet: BD, F1 and 8E. RGB value is (189,241,142). Sum of RGB (Red+Green+Blue) = 189+241+142=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 142 (55.86% from 255 or 24.83% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF18E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDF18E is #420E71. Grayscale: #D6D6D6. Windows color (decimal): -4329074 or 9367997. OLE color: 9367997.
HSL color Cylindrical-coordinate representation of color #BDF18E: hue angle of 91.52º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDF18E is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 142 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.05 |
| HSL | 91.52º | 0.78% | 0.75% | - |
| HSV(B) | 91.52º | 0.41% | 0.95% | - |
| XYZ | 57.32 | 75.68 | 37.18 | - |
| YUV | 214.17 | 87.27 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 142 | 0.22 | 0 | 0.41 | 0.05 | 91.52 | 0.78 | 0.75 |
| Hex | BD | F1 | 8E | 16 | 0 | 29 | 5 | 5C | 4E | 4B |
| Octal | 275 | 361 | 216 | 26 | 0 | 51 | 5 | 134 | 116 | 113 |
| Binary | 10111101 | 11110001 | 10001110 | 10110 | 0 | 101001 | 101 | 1011100 | 1001110 | 1001011 |
Color Harmonies of #BDF18E
Complementary color
Monochromatic Colors of #BDF18E
Black with #BDF18E
Text Example
Text Example
White with #BDF18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF18E; }
p { color: rgb(189,241,142); }
H1.HeaderClassName
{
color: #BDF18E;
}
.AnyTagClassName
{
color: #BDF18E;
}
</style>
background-color css
<style>
a { background-color: #BDF18E; }
a { background-color: rgb(189,241,142); }
div.DivClassName
{
background-color: #BDF18E;
}
.BgClassName
{
background-color: #BDF18E;
}
</style>
border-color css
<style>
span { border-color: #BDF18E; }
span { border-color: rgb(189,241,142); }
td.TdClassName
{
border-color: #BDF18E;
}
.TagClassName
{
border-color: #BDF18E;
}
</style>