Shades of Sulu #CAE18B
Tints of Sulu #CAE18B
RGB
CMYK
RGB Variations
Color information
#CAE18B (or 0xCAE18B) is known color: Sulu. HEX triplet: CA, E1 and 8B. RGB value is (202,225,139). Sum of RGB (Red+Green+Blue) = 202+225+139=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 139 (54.69% from 255 or 24.56% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE18B is #351E74. Grayscale: #D0D0D0. Windows color (decimal): -3481205 or 9167306. OLE color: 9167306.
HSL color Cylindrical-coordinate representation of color #CAE18B: hue angle of 76.05º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAE18B is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 139 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.12 |
| HSL | 76.05º | 0.59% | 0.71% | - |
| HSV(B) | 76.05º | 0.38% | 0.88% | - |
| XYZ | 55.94 | 68.27 | 34.66 | - |
| YUV | 208.32 | 88.88 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 139 | 0.10 | 0 | 0.38 | 0.12 | 76.05 | 0.59 | 0.71 |
| Hex | CA | E1 | 8B | A | 0 | 26 | C | 4C | 3B | 47 |
| Octal | 312 | 341 | 213 | 12 | 0 | 46 | 14 | 114 | 73 | 107 |
| Binary | 11001010 | 11100001 | 10001011 | 1010 | 0 | 100110 | 1100 | 1001100 | 111011 | 1000111 |
Color Harmonies of #CAE18B
Complementary color
Monochromatic Colors of #CAE18B
Black with #CAE18B
Text Example
Text Example
White with #CAE18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE18B; }
p { color: rgb(202,225,139); }
H1.HeaderClassName
{
color: #CAE18B;
}
.AnyTagClassName
{
color: #CAE18B;
}
</style>
background-color css
<style>
a { background-color: #CAE18B; }
a { background-color: rgb(202,225,139); }
div.DivClassName
{
background-color: #CAE18B;
}
.BgClassName
{
background-color: #CAE18B;
}
</style>
border-color css
<style>
span { border-color: #CAE18B; }
span { border-color: rgb(202,225,139); }
td.TdClassName
{
border-color: #CAE18B;
}
.TagClassName
{
border-color: #CAE18B;
}
</style>