Shades of Sulu #CAE781
Tints of Sulu #CAE781
RGB
CMYK
RGB Variations
Color information
#CAE781 (or 0xCAE781) is known color: Sulu. HEX triplet: CA, E7 and 81. RGB value is (202,231,129). Sum of RGB (Red+Green+Blue) = 202+231+129=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 129 (50.78% from 255 or 22.95% from 562); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE781 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE781 is #35187E. Grayscale: #D3D3D3. Windows color (decimal): -3479679 or 8513482. OLE color: 8513482.
HSL color Cylindrical-coordinate representation of color #CAE781: hue angle of 77.06º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAE781 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 231 | 129 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.09 |
| HSL | 77.06º | 0.68% | 0.71% | - |
| HSV(B) | 77.06º | 0.44% | 0.91% | - |
| XYZ | 56.9 | 71.29 | 31.53 | - |
| YUV | 210.7 | 81.89 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 231 | 129 | 0.13 | 0 | 0.44 | 0.09 | 77.06 | 0.68 | 0.71 |
| Hex | CA | E7 | 81 | D | 0 | 2C | 9 | 4D | 44 | 47 |
| Octal | 312 | 347 | 201 | 15 | 0 | 54 | 11 | 115 | 104 | 107 |
| Binary | 11001010 | 11100111 | 10000001 | 1101 | 0 | 101100 | 1001 | 1001101 | 1000100 | 1000111 |
Color Harmonies of #CAE781
Complementary color
Monochromatic Colors of #CAE781
Black with #CAE781
Text Example
Text Example
White with #CAE781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE781; }
p { color: rgb(202,231,129); }
H1.HeaderClassName
{
color: #CAE781;
}
.AnyTagClassName
{
color: #CAE781;
}
</style>
background-color css
<style>
a { background-color: #CAE781; }
a { background-color: rgb(202,231,129); }
div.DivClassName
{
background-color: #CAE781;
}
.BgClassName
{
background-color: #CAE781;
}
</style>
border-color css
<style>
span { border-color: #CAE781; }
span { border-color: rgb(202,231,129); }
td.TdClassName
{
border-color: #CAE781;
}
.TagClassName
{
border-color: #CAE781;
}
</style>