Shades of Sulu #BEE572
Tints of Sulu #BEE572
RGB
CMYK
RGB Variations
Color information
#BEE572 (or 0xBEE572) is known color: Sulu. HEX triplet: BE, E5 and 72. RGB value is (190,229,114). Sum of RGB (Red+Green+Blue) = 190+229+114=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE572 is #411A8D. Grayscale: #CCCCCC. Windows color (decimal): -4266638 or 7529918. OLE color: 7529918.
HSL color Cylindrical-coordinate representation of color #BEE572: hue angle of 80.35º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEE572 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 114 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.10 |
| HSL | 80.35º | 0.69% | 0.67% | - |
| HSV(B) | 80.35º | 0.5% | 0.9% | - |
| XYZ | 52.29 | 68.2 | 26.33 | - |
| YUV | 204.23 | 77.08 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 114 | 0.17 | 0 | 0.50 | 0.10 | 80.35 | 0.69 | 0.67 |
| Hex | BE | E5 | 72 | 11 | 0 | 32 | A | 50 | 45 | 43 |
| Octal | 276 | 345 | 162 | 21 | 0 | 62 | 12 | 120 | 105 | 103 |
| Binary | 10111110 | 11100101 | 1110010 | 10001 | 0 | 110010 | 1010 | 1010000 | 1000101 | 1000011 |
Color Harmonies of #BEE572
Complementary color
Monochromatic Colors of #BEE572
Black with #BEE572
Text Example
Text Example
White with #BEE572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE572; }
p { color: rgb(190,229,114); }
H1.HeaderClassName
{
color: #BEE572;
}
.AnyTagClassName
{
color: #BEE572;
}
</style>
background-color css
<style>
a { background-color: #BEE572; }
a { background-color: rgb(190,229,114); }
div.DivClassName
{
background-color: #BEE572;
}
.BgClassName
{
background-color: #BEE572;
}
</style>
border-color css
<style>
span { border-color: #BEE572; }
span { border-color: rgb(190,229,114); }
td.TdClassName
{
border-color: #BEE572;
}
.TagClassName
{
border-color: #BEE572;
}
</style>