Shades of Sulu #CAE285
Tints of Sulu #CAE285
RGB
CMYK
RGB Variations
Color information
#CAE285 (or 0xCAE285) is known color: Sulu. HEX triplet: CA, E2 and 85. RGB value is (202,226,133). Sum of RGB (Red+Green+Blue) = 202+226+133=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 226 (88.67% from 255 or 40.29% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE285 is #351D7A. Grayscale: #D0D0D0. Windows color (decimal): -3480955 or 8774346. OLE color: 8774346.
HSL color Cylindrical-coordinate representation of color #CAE285: hue angle of 75.48º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAE285 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 226 | 133 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.11 |
| HSL | 75.48º | 0.62% | 0.7% | - |
| HSV(B) | 75.48º | 0.41% | 0.89% | - |
| XYZ | 55.79 | 68.64 | 32.5 | - |
| YUV | 208.22 | 85.55 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 133 | 0.11 | 0 | 0.41 | 0.11 | 75.48 | 0.62 | 0.7 |
| Hex | CA | E2 | 85 | B | 0 | 29 | B | 4B | 3E | 46 |
| Octal | 312 | 342 | 205 | 13 | 0 | 51 | 13 | 113 | 76 | 106 |
| Binary | 11001010 | 11100010 | 10000101 | 1011 | 0 | 101001 | 1011 | 1001011 | 111110 | 1000110 |
Color Harmonies of #CAE285
Complementary color
Monochromatic Colors of #CAE285
Black with #CAE285
Text Example
Text Example
White with #CAE285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE285; }
p { color: rgb(202,226,133); }
H1.HeaderClassName
{
color: #CAE285;
}
.AnyTagClassName
{
color: #CAE285;
}
</style>
background-color css
<style>
a { background-color: #CAE285; }
a { background-color: rgb(202,226,133); }
div.DivClassName
{
background-color: #CAE285;
}
.BgClassName
{
background-color: #CAE285;
}
</style>
border-color css
<style>
span { border-color: #CAE285; }
span { border-color: rgb(202,226,133); }
td.TdClassName
{
border-color: #CAE285;
}
.TagClassName
{
border-color: #CAE285;
}
</style>