Shades of Sulu #CAE87D
Tints of Sulu #CAE87D
RGB
CMYK
RGB Variations
Color information
#CAE87D (or 0xCAE87D) is known color: Sulu. HEX triplet: CA, E8 and 7D. RGB value is (202,232,125). Sum of RGB (Red+Green+Blue) = 202+232+125=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 232 (91.02% from 255 or 41.50% from 559); Blue value is 125 (49.22% from 255 or 22.36% from 559); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE87D is #351782. Grayscale: #D3D3D3. Windows color (decimal): -3479427 or 8251594. OLE color: 8251594.
HSL color Cylindrical-coordinate representation of color #CAE87D: hue angle of 76.82º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAE87D is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 125 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.09 |
| HSL | 76.82º | 0.7% | 0.7% | - |
| HSV(B) | 76.82º | 0.46% | 0.91% | - |
| XYZ | 56.92 | 71.75 | 30.25 | - |
| YUV | 210.83 | 79.56 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 125 | 0.13 | 0 | 0.46 | 0.09 | 76.82 | 0.7 | 0.7 |
| Hex | CA | E8 | 7D | D | 0 | 2E | 9 | 4D | 46 | 46 |
| Octal | 312 | 350 | 175 | 15 | 0 | 56 | 11 | 115 | 106 | 106 |
| Binary | 11001010 | 11101000 | 1111101 | 1101 | 0 | 101110 | 1001 | 1001101 | 1000110 | 1000110 |
Color Harmonies of #CAE87D
Complementary color
Monochromatic Colors of #CAE87D
Black with #CAE87D
Text Example
Text Example
White with #CAE87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE87D; }
p { color: rgb(202,232,125); }
H1.HeaderClassName
{
color: #CAE87D;
}
.AnyTagClassName
{
color: #CAE87D;
}
</style>
background-color css
<style>
a { background-color: #CAE87D; }
a { background-color: rgb(202,232,125); }
div.DivClassName
{
background-color: #CAE87D;
}
.BgClassName
{
background-color: #CAE87D;
}
</style>
border-color css
<style>
span { border-color: #CAE87D; }
span { border-color: rgb(202,232,125); }
td.TdClassName
{
border-color: #CAE87D;
}
.TagClassName
{
border-color: #CAE87D;
}
</style>