Shades of Sulu #BEE971
Tints of Sulu #BEE971
RGB
CMYK
RGB Variations
Color information
#BEE971 (or 0xBEE971) is known color: Sulu. HEX triplet: BE, E9 and 71. RGB value is (190,233,113). Sum of RGB (Red+Green+Blue) = 190+233+113=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE971 is #41168E. Grayscale: #CECECE. Windows color (decimal): -4265615 or 7465406. OLE color: 7465406.
HSL color Cylindrical-coordinate representation of color #BEE971: hue angle of 81.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEE971 is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 113 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.09 |
| HSL | 81.5º | 0.73% | 0.68% | - |
| HSV(B) | 81.5º | 0.52% | 0.91% | - |
| XYZ | 53.35 | 70.42 | 26.4 | - |
| YUV | 206.46 | 75.25 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 113 | 0.18 | 0 | 0.52 | 0.09 | 81.5 | 0.73 | 0.68 |
| Hex | BE | E9 | 71 | 12 | 0 | 34 | 9 | 52 | 49 | 44 |
| Octal | 276 | 351 | 161 | 22 | 0 | 64 | 11 | 122 | 111 | 104 |
| Binary | 10111110 | 11101001 | 1110001 | 10010 | 0 | 110100 | 1001 | 1010010 | 1001001 | 1000100 |
Color Harmonies of #BEE971
Complementary color
Monochromatic Colors of #BEE971
Black with #BEE971
Text Example
Text Example
White with #BEE971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE971; }
p { color: rgb(190,233,113); }
H1.HeaderClassName
{
color: #BEE971;
}
.AnyTagClassName
{
color: #BEE971;
}
</style>
background-color css
<style>
a { background-color: #BEE971; }
a { background-color: rgb(190,233,113); }
div.DivClassName
{
background-color: #BEE971;
}
.BgClassName
{
background-color: #BEE971;
}
</style>
border-color css
<style>
span { border-color: #BEE971; }
span { border-color: rgb(190,233,113); }
td.TdClassName
{
border-color: #BEE971;
}
.TagClassName
{
border-color: #BEE971;
}
</style>