Shades of Sulu #BEE078
Tints of Sulu #BEE078
RGB
CMYK
RGB Variations
Color information
#BEE078 (or 0xBEE078) is known color: Sulu. HEX triplet: BE, E0 and 78. RGB value is (190,224,120). Sum of RGB (Red+Green+Blue) = 190+224+120=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE078 is #411F87. Grayscale: #CACACA. Windows color (decimal): -4267912 or 7921854. OLE color: 7921854.
HSL color Cylindrical-coordinate representation of color #BEE078: hue angle of 79.62º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEE078 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 120 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.12 |
| HSL | 79.62º | 0.63% | 0.67% | - |
| HSV(B) | 79.62º | 0.46% | 0.88% | - |
| XYZ | 51.28 | 65.61 | 27.73 | - |
| YUV | 201.98 | 81.74 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 120 | 0.15 | 0 | 0.46 | 0.12 | 79.62 | 0.63 | 0.67 |
| Hex | BE | E0 | 78 | F | 0 | 2E | C | 50 | 3F | 43 |
| Octal | 276 | 340 | 170 | 17 | 0 | 56 | 14 | 120 | 77 | 103 |
| Binary | 10111110 | 11100000 | 1111000 | 1111 | 0 | 101110 | 1100 | 1010000 | 111111 | 1000011 |
Color Harmonies of #BEE078
Complementary color
Monochromatic Colors of #BEE078
Black with #BEE078
Text Example
Text Example
White with #BEE078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE078; }
p { color: rgb(190,224,120); }
H1.HeaderClassName
{
color: #BEE078;
}
.AnyTagClassName
{
color: #BEE078;
}
</style>
background-color css
<style>
a { background-color: #BEE078; }
a { background-color: rgb(190,224,120); }
div.DivClassName
{
background-color: #BEE078;
}
.BgClassName
{
background-color: #BEE078;
}
</style>
border-color css
<style>
span { border-color: #BEE078; }
span { border-color: rgb(190,224,120); }
td.TdClassName
{
border-color: #BEE078;
}
.TagClassName
{
border-color: #BEE078;
}
</style>