Shades of Sulu #CAE780
Tints of Sulu #CAE780
RGB
CMYK
RGB Variations
Color information
#CAE780 (or 0xCAE780) is known color: Sulu. HEX triplet: CA, E7 and 80. RGB value is (202,231,128). Sum of RGB (Red+Green+Blue) = 202+231+128=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 231 (90.62% from 255 or 41.18% from 561); Blue value is 128 (50.39% from 255 or 22.82% from 561); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE780 is #35187F. Grayscale: #D2D2D2. Windows color (decimal): -3479680 or 8447946. OLE color: 8447946.
HSL color Cylindrical-coordinate representation of color #CAE780: hue angle of 76.89º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CAE780 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 231 | 128 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.09 |
| HSL | 76.89º | 0.68% | 0.7% | - |
| HSV(B) | 76.89º | 0.45% | 0.91% | - |
| XYZ | 56.83 | 71.27 | 31.18 | - |
| YUV | 210.59 | 81.39 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 231 | 128 | 0.13 | 0 | 0.45 | 0.09 | 76.89 | 0.68 | 0.7 |
| Hex | CA | E7 | 80 | D | 0 | 2D | 9 | 4D | 44 | 46 |
| Octal | 312 | 347 | 200 | 15 | 0 | 55 | 11 | 115 | 104 | 106 |
| Binary | 11001010 | 11100111 | 10000000 | 1101 | 0 | 101101 | 1001 | 1001101 | 1000100 | 1000110 |
Color Harmonies of #CAE780
Complementary color
Monochromatic Colors of #CAE780
Black with #CAE780
Text Example
Text Example
White with #CAE780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE780; }
p { color: rgb(202,231,128); }
H1.HeaderClassName
{
color: #CAE780;
}
.AnyTagClassName
{
color: #CAE780;
}
</style>
background-color css
<style>
a { background-color: #CAE780; }
a { background-color: rgb(202,231,128); }
div.DivClassName
{
background-color: #CAE780;
}
.BgClassName
{
background-color: #CAE780;
}
</style>
border-color css
<style>
span { border-color: #CAE780; }
span { border-color: rgb(202,231,128); }
td.TdClassName
{
border-color: #CAE780;
}
.TagClassName
{
border-color: #CAE780;
}
</style>