Shades of Sulu #BEE978
Tints of Sulu #BEE978
RGB
CMYK
RGB Variations
Color information
#BEE978 (or 0xBEE978) is known color: Sulu. HEX triplet: BE, E9 and 78. RGB value is (190,233,120). Sum of RGB (Red+Green+Blue) = 190+233+120=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 120 (47.27% from 255 or 22.10% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE978 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEE978 is #411687. Grayscale: #CFCFCF. Windows color (decimal): -4265608 or 7924158. OLE color: 7924158.
HSL color Cylindrical-coordinate representation of color #BEE978: hue angle of 82.83º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEE978 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 120 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.09 |
| HSL | 82.83º | 0.72% | 0.69% | - |
| HSV(B) | 82.83º | 0.48% | 0.91% | - |
| XYZ | 53.76 | 70.58 | 28.56 | - |
| YUV | 207.26 | 78.75 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 120 | 0.18 | 0 | 0.48 | 0.09 | 82.83 | 0.72 | 0.69 |
| Hex | BE | E9 | 78 | 12 | 0 | 30 | 9 | 53 | 48 | 45 |
| Octal | 276 | 351 | 170 | 22 | 0 | 60 | 11 | 123 | 110 | 105 |
| Binary | 10111110 | 11101001 | 1111000 | 10010 | 0 | 110000 | 1001 | 1010011 | 1001000 | 1000101 |
Color Harmonies of #BEE978
Complementary color
Monochromatic Colors of #BEE978
Black with #BEE978
Text Example
Text Example
White with #BEE978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE978; }
p { color: rgb(190,233,120); }
H1.HeaderClassName
{
color: #BEE978;
}
.AnyTagClassName
{
color: #BEE978;
}
</style>
background-color css
<style>
a { background-color: #BEE978; }
a { background-color: rgb(190,233,120); }
div.DivClassName
{
background-color: #BEE978;
}
.BgClassName
{
background-color: #BEE978;
}
</style>
border-color css
<style>
span { border-color: #BEE978; }
span { border-color: rgb(190,233,120); }
td.TdClassName
{
border-color: #BEE978;
}
.TagClassName
{
border-color: #BEE978;
}
</style>