Shades of Sulu #CAE577
Tints of Sulu #CAE577
RGB
CMYK
RGB Variations
Color information
#CAE577 (or 0xCAE577) is known color: Sulu. HEX triplet: CA, E5 and 77. RGB value is (202,229,119). Sum of RGB (Red+Green+Blue) = 202+229+119=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 229 (89.84% from 255 or 41.64% from 550); Blue value is 119 (46.88% from 255 or 21.64% from 550); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE577 is #351A88. Grayscale: #D0D0D0. Windows color (decimal): -3480201 or 7857610. OLE color: 7857610.
HSL color Cylindrical-coordinate representation of color #CAE577: hue angle of 74.73º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CAE577 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 229 | 119 | - |
| CMYK | 0.12 | 0 | 0.48 | 0.10 |
| HSL | 74.73º | 0.68% | 0.68% | - |
| HSV(B) | 74.73º | 0.48% | 0.9% | - |
| XYZ | 55.71 | 69.93 | 28.01 | - |
| YUV | 208.39 | 77.55 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 119 | 0.12 | 0 | 0.48 | 0.10 | 74.73 | 0.68 | 0.68 |
| Hex | CA | E5 | 77 | C | 0 | 30 | A | 4B | 44 | 44 |
| Octal | 312 | 345 | 167 | 14 | 0 | 60 | 12 | 113 | 104 | 104 |
| Binary | 11001010 | 11100101 | 1110111 | 1100 | 0 | 110000 | 1010 | 1001011 | 1000100 | 1000100 |
Color Harmonies of #CAE577
Complementary color
Monochromatic Colors of #CAE577
Black with #CAE577
Text Example
Text Example
White with #CAE577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE577; }
p { color: rgb(202,229,119); }
H1.HeaderClassName
{
color: #CAE577;
}
.AnyTagClassName
{
color: #CAE577;
}
</style>
background-color css
<style>
a { background-color: #CAE577; }
a { background-color: rgb(202,229,119); }
div.DivClassName
{
background-color: #CAE577;
}
.BgClassName
{
background-color: #CAE577;
}
</style>
border-color css
<style>
span { border-color: #CAE577; }
span { border-color: rgb(202,229,119); }
td.TdClassName
{
border-color: #CAE577;
}
.TagClassName
{
border-color: #CAE577;
}
</style>