Shades of Sulu #CAE08D
Tints of Sulu #CAE08D
RGB
CMYK
RGB Variations
Color information
#CAE08D (or 0xCAE08D) is known color: Sulu. HEX triplet: CA, E0 and 8D. RGB value is (202,224,141). Sum of RGB (Red+Green+Blue) = 202+224+141=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE08D is #351F72. Grayscale: #D0D0D0. Windows color (decimal): -3481459 or 9298122. OLE color: 9298122.
HSL color Cylindrical-coordinate representation of color #CAE08D: hue angle of 75.9º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAE08D is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 141 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.12 |
| HSL | 75.9º | 0.57% | 0.72% | - |
| HSV(B) | 75.9º | 0.37% | 0.88% | - |
| XYZ | 55.82 | 67.79 | 35.34 | - |
| YUV | 207.96 | 90.21 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 141 | 0.10 | 0 | 0.37 | 0.12 | 75.9 | 0.57 | 0.72 |
| Hex | CA | E0 | 8D | A | 0 | 25 | C | 4C | 39 | 48 |
| Octal | 312 | 340 | 215 | 12 | 0 | 45 | 14 | 114 | 71 | 110 |
| Binary | 11001010 | 11100000 | 10001101 | 1010 | 0 | 100101 | 1100 | 1001100 | 111001 | 1001000 |
Color Harmonies of #CAE08D
Complementary color
Monochromatic Colors of #CAE08D
Black with #CAE08D
Text Example
Text Example
White with #CAE08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE08D; }
p { color: rgb(202,224,141); }
H1.HeaderClassName
{
color: #CAE08D;
}
.AnyTagClassName
{
color: #CAE08D;
}
</style>
background-color css
<style>
a { background-color: #CAE08D; }
a { background-color: rgb(202,224,141); }
div.DivClassName
{
background-color: #CAE08D;
}
.BgClassName
{
background-color: #CAE08D;
}
</style>
border-color css
<style>
span { border-color: #CAE08D; }
span { border-color: rgb(202,224,141); }
td.TdClassName
{
border-color: #CAE08D;
}
.TagClassName
{
border-color: #CAE08D;
}
</style>