Shades of Sulu #CAE183
Tints of Sulu #CAE183
RGB
CMYK
RGB Variations
Color information
#CAE183 (or 0xCAE183) is known color: Sulu. HEX triplet: CA, E1 and 83. RGB value is (202,225,131). Sum of RGB (Red+Green+Blue) = 202+225+131=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 131 (51.56% from 255 or 23.48% from 558); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE183 is #351E7C. Grayscale: #CFCFCF. Windows color (decimal): -3481213 or 8643018. OLE color: 8643018.
HSL color Cylindrical-coordinate representation of color #CAE183: hue angle of 74.68º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAE183 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 131 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.12 |
| HSL | 74.68º | 0.61% | 0.7% | - |
| HSV(B) | 74.68º | 0.42% | 0.88% | - |
| XYZ | 55.38 | 68.05 | 31.69 | - |
| YUV | 207.41 | 84.88 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 131 | 0.10 | 0 | 0.42 | 0.12 | 74.68 | 0.61 | 0.7 |
| Hex | CA | E1 | 83 | A | 0 | 2A | C | 4B | 3D | 46 |
| Octal | 312 | 341 | 203 | 12 | 0 | 52 | 14 | 113 | 75 | 106 |
| Binary | 11001010 | 11100001 | 10000011 | 1010 | 0 | 101010 | 1100 | 1001011 | 111101 | 1000110 |
Color Harmonies of #CAE183
Complementary color
Monochromatic Colors of #CAE183
Black with #CAE183
Text Example
Text Example
White with #CAE183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE183; }
p { color: rgb(202,225,131); }
H1.HeaderClassName
{
color: #CAE183;
}
.AnyTagClassName
{
color: #CAE183;
}
</style>
background-color css
<style>
a { background-color: #CAE183; }
a { background-color: rgb(202,225,131); }
div.DivClassName
{
background-color: #CAE183;
}
.BgClassName
{
background-color: #CAE183;
}
</style>
border-color css
<style>
span { border-color: #CAE183; }
span { border-color: rgb(202,225,131); }
td.TdClassName
{
border-color: #CAE183;
}
.TagClassName
{
border-color: #CAE183;
}
</style>