Shades of Sulu #BEE070
Tints of Sulu #BEE070
RGB
CMYK
RGB Variations
Color information
#BEE070 (or 0xBEE070) is known color: Sulu. HEX triplet: BE, E0 and 70. RGB value is (190,224,112). Sum of RGB (Red+Green+Blue) = 190+224+112=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE070 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE070 is #411F8F. Grayscale: #C9C9C9. Windows color (decimal): -4267920 or 7397566. OLE color: 7397566.
HSL color Cylindrical-coordinate representation of color #BEE070: hue angle of 78.21º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEE070 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 112 | - |
| CMYK | 0.15 | 0 | 0.50 | 0.12 |
| HSL | 78.21º | 0.64% | 0.66% | - |
| HSV(B) | 78.21º | 0.5% | 0.88% | - |
| XYZ | 50.82 | 65.43 | 25.28 | - |
| YUV | 201.07 | 77.74 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 112 | 0.15 | 0 | 0.50 | 0.12 | 78.21 | 0.64 | 0.66 |
| Hex | BE | E0 | 70 | F | 0 | 32 | C | 4E | 40 | 42 |
| Octal | 276 | 340 | 160 | 17 | 0 | 62 | 14 | 116 | 100 | 102 |
| Binary | 10111110 | 11100000 | 1110000 | 1111 | 0 | 110010 | 1100 | 1001110 | 1000000 | 1000010 |
Color Harmonies of #BEE070
Complementary color
Monochromatic Colors of #BEE070
Black with #BEE070
Text Example
Text Example
White with #BEE070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE070; }
p { color: rgb(190,224,112); }
H1.HeaderClassName
{
color: #BEE070;
}
.AnyTagClassName
{
color: #BEE070;
}
</style>
background-color css
<style>
a { background-color: #BEE070; }
a { background-color: rgb(190,224,112); }
div.DivClassName
{
background-color: #BEE070;
}
.BgClassName
{
background-color: #BEE070;
}
</style>
border-color css
<style>
span { border-color: #BEE070; }
span { border-color: rgb(190,224,112); }
td.TdClassName
{
border-color: #BEE070;
}
.TagClassName
{
border-color: #BEE070;
}
</style>