Shades of Sulu #BDE871
Tints of Sulu #BDE871
RGB
CMYK
RGB Variations
Color information
#BDE871 (or 0xBDE871) is known color: Sulu. HEX triplet: BD, E8 and 71. RGB value is (189,232,113). Sum of RGB (Red+Green+Blue) = 189+232+113=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 232 (91.02% from 255 or 43.45% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE871 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE871 is #42178E. Grayscale: #CECECE. Windows color (decimal): -4331407 or 7465149. OLE color: 7465149.
HSL color Cylindrical-coordinate representation of color #BDE871: hue angle of 81.68º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDE871 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 113 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.09 |
| HSL | 81.68º | 0.72% | 0.68% | - |
| HSV(B) | 81.68º | 0.51% | 0.91% | - |
| XYZ | 52.82 | 69.72 | 26.3 | - |
| YUV | 205.58 | 75.75 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 113 | 0.19 | 0 | 0.51 | 0.09 | 81.68 | 0.72 | 0.68 |
| Hex | BD | E8 | 71 | 13 | 0 | 33 | 9 | 52 | 48 | 44 |
| Octal | 275 | 350 | 161 | 23 | 0 | 63 | 11 | 122 | 110 | 104 |
| Binary | 10111101 | 11101000 | 1110001 | 10011 | 0 | 110011 | 1001 | 1010010 | 1001000 | 1000100 |
Color Harmonies of #BDE871
Complementary color
Monochromatic Colors of #BDE871
Black with #BDE871
Text Example
Text Example
White with #BDE871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE871; }
p { color: rgb(189,232,113); }
H1.HeaderClassName
{
color: #BDE871;
}
.AnyTagClassName
{
color: #BDE871;
}
</style>
background-color css
<style>
a { background-color: #BDE871; }
a { background-color: rgb(189,232,113); }
div.DivClassName
{
background-color: #BDE871;
}
.BgClassName
{
background-color: #BDE871;
}
</style>
border-color css
<style>
span { border-color: #BDE871; }
span { border-color: rgb(189,232,113); }
td.TdClassName
{
border-color: #BDE871;
}
.TagClassName
{
border-color: #BDE871;
}
</style>