Shades of Sulu #BEE57D
Tints of Sulu #BEE57D
RGB
CMYK
RGB Variations
Color information
#BEE57D (or 0xBEE57D) is known color: Sulu. HEX triplet: BE, E5 and 7D. RGB value is (190,229,125). Sum of RGB (Red+Green+Blue) = 190+229+125=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 229 (89.84% from 255 or 42.10% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE57D is #411A82. Grayscale: #CDCDCD. Windows color (decimal): -4266627 or 8250814. OLE color: 8250814.
HSL color Cylindrical-coordinate representation of color #BEE57D: hue angle of 82.5º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEE57D is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 125 | - |
| CMYK | 0.17 | 0 | 0.45 | 0.10 |
| HSL | 82.5º | 0.67% | 0.69% | - |
| HSV(B) | 82.5º | 0.45% | 0.9% | - |
| XYZ | 52.96 | 68.47 | 29.83 | - |
| YUV | 205.48 | 82.58 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 125 | 0.17 | 0 | 0.45 | 0.10 | 82.5 | 0.67 | 0.69 |
| Hex | BE | E5 | 7D | 11 | 0 | 2D | A | 52 | 43 | 45 |
| Octal | 276 | 345 | 175 | 21 | 0 | 55 | 12 | 122 | 103 | 105 |
| Binary | 10111110 | 11100101 | 1111101 | 10001 | 0 | 101101 | 1010 | 1010010 | 1000011 | 1000101 |
Color Harmonies of #BEE57D
Complementary color
Monochromatic Colors of #BEE57D
Black with #BEE57D
Text Example
Text Example
White with #BEE57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE57D; }
p { color: rgb(190,229,125); }
H1.HeaderClassName
{
color: #BEE57D;
}
.AnyTagClassName
{
color: #BEE57D;
}
</style>
background-color css
<style>
a { background-color: #BEE57D; }
a { background-color: rgb(190,229,125); }
div.DivClassName
{
background-color: #BEE57D;
}
.BgClassName
{
background-color: #BEE57D;
}
</style>
border-color css
<style>
span { border-color: #BEE57D; }
span { border-color: rgb(190,229,125); }
td.TdClassName
{
border-color: #BEE57D;
}
.TagClassName
{
border-color: #BEE57D;
}
</style>