Shades of Sulu #BEE570
Tints of Sulu #BEE570
RGB
CMYK
RGB Variations
Color information
#BEE570 (or 0xBEE570) is known color: Sulu. HEX triplet: BE, E5 and 70. RGB value is (190,229,112). Sum of RGB (Red+Green+Blue) = 190+229+112=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 229 (89.84% from 255 or 43.13% from 531); Blue value is 112 (44.14% from 255 or 21.09% from 531); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE570 is #411A8F. Grayscale: #CCCCCC. Windows color (decimal): -4266640 or 7398846. OLE color: 7398846.
HSL color Cylindrical-coordinate representation of color #BEE570: hue angle of 80º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEE570 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 112 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.10 |
| HSL | 80º | 0.69% | 0.67% | - |
| HSV(B) | 80º | 0.51% | 0.9% | - |
| XYZ | 52.18 | 68.16 | 25.73 | - |
| YUV | 204 | 76.08 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 112 | 0.17 | 0 | 0.51 | 0.10 | 80 | 0.69 | 0.67 |
| Hex | BE | E5 | 70 | 11 | 0 | 33 | A | 50 | 45 | 43 |
| Octal | 276 | 345 | 160 | 21 | 0 | 63 | 12 | 120 | 105 | 103 |
| Binary | 10111110 | 11100101 | 1110000 | 10001 | 0 | 110011 | 1010 | 1010000 | 1000101 | 1000011 |
Color Harmonies of #BEE570
Complementary color
Monochromatic Colors of #BEE570
Black with #BEE570
Text Example
Text Example
White with #BEE570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE570; }
p { color: rgb(190,229,112); }
H1.HeaderClassName
{
color: #BEE570;
}
.AnyTagClassName
{
color: #BEE570;
}
</style>
background-color css
<style>
a { background-color: #BEE570; }
a { background-color: rgb(190,229,112); }
div.DivClassName
{
background-color: #BEE570;
}
.BgClassName
{
background-color: #BEE570;
}
</style>
border-color css
<style>
span { border-color: #BEE570; }
span { border-color: rgb(190,229,112); }
td.TdClassName
{
border-color: #BEE570;
}
.TagClassName
{
border-color: #BEE570;
}
</style>