Shades of Sulu #CAE084
Tints of Sulu #CAE084
RGB
CMYK
RGB Variations
Color information
#CAE084 (or 0xCAE084) is known color: Sulu. HEX triplet: CA, E0 and 84. RGB value is (202,224,132). Sum of RGB (Red+Green+Blue) = 202+224+132=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 132 (51.95% from 255 or 23.66% from 558); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE084 is #351F7B. Grayscale: #CFCFCF. Windows color (decimal): -3481468 or 8708298. OLE color: 8708298.
HSL color Cylindrical-coordinate representation of color #CAE084: hue angle of 74.35º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAE084 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 132 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.12 |
| HSL | 74.35º | 0.6% | 0.7% | - |
| HSV(B) | 74.35º | 0.41% | 0.88% | - |
| XYZ | 55.18 | 67.53 | 31.96 | - |
| YUV | 206.93 | 85.71 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 132 | 0.10 | 0 | 0.41 | 0.12 | 74.35 | 0.6 | 0.7 |
| Hex | CA | E0 | 84 | A | 0 | 29 | C | 4A | 3C | 46 |
| Octal | 312 | 340 | 204 | 12 | 0 | 51 | 14 | 112 | 74 | 106 |
| Binary | 11001010 | 11100000 | 10000100 | 1010 | 0 | 101001 | 1100 | 1001010 | 111100 | 1000110 |
Color Harmonies of #CAE084
Complementary color
Monochromatic Colors of #CAE084
Black with #CAE084
Text Example
Text Example
White with #CAE084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE084; }
p { color: rgb(202,224,132); }
H1.HeaderClassName
{
color: #CAE084;
}
.AnyTagClassName
{
color: #CAE084;
}
</style>
background-color css
<style>
a { background-color: #CAE084; }
a { background-color: rgb(202,224,132); }
div.DivClassName
{
background-color: #CAE084;
}
.BgClassName
{
background-color: #CAE084;
}
</style>
border-color css
<style>
span { border-color: #CAE084; }
span { border-color: rgb(202,224,132); }
td.TdClassName
{
border-color: #CAE084;
}
.TagClassName
{
border-color: #CAE084;
}
</style>