Shades of Sulu #CAE28F
Tints of Sulu #CAE28F
RGB
CMYK
RGB Variations
Color information
#CAE28F (or 0xCAE28F) is known color: Sulu. HEX triplet: CA, E2 and 8F. RGB value is (202,226,143). Sum of RGB (Red+Green+Blue) = 202+226+143=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 226 (88.67% from 255 or 39.58% from 571); Blue value is 143 (56.25% from 255 or 25.04% from 571); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE28F is #351D70. Grayscale: #D1D1D1. Windows color (decimal): -3480945 or 9429706. OLE color: 9429706.
HSL color Cylindrical-coordinate representation of color #CAE28F: hue angle of 77.35º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAE28F is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 226 | 143 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.11 |
| HSL | 77.35º | 0.59% | 0.72% | - |
| HSV(B) | 77.35º | 0.37% | 0.89% | - |
| XYZ | 56.51 | 68.93 | 36.31 | - |
| YUV | 209.36 | 90.55 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 143 | 0.11 | 0 | 0.37 | 0.11 | 77.35 | 0.59 | 0.72 |
| Hex | CA | E2 | 8F | B | 0 | 25 | B | 4D | 3B | 48 |
| Octal | 312 | 342 | 217 | 13 | 0 | 45 | 13 | 115 | 73 | 110 |
| Binary | 11001010 | 11100010 | 10001111 | 1011 | 0 | 100101 | 1011 | 1001101 | 111011 | 1001000 |
Color Harmonies of #CAE28F
Complementary color
Monochromatic Colors of #CAE28F
Black with #CAE28F
Text Example
Text Example
White with #CAE28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE28F; }
p { color: rgb(202,226,143); }
H1.HeaderClassName
{
color: #CAE28F;
}
.AnyTagClassName
{
color: #CAE28F;
}
</style>
background-color css
<style>
a { background-color: #CAE28F; }
a { background-color: rgb(202,226,143); }
div.DivClassName
{
background-color: #CAE28F;
}
.BgClassName
{
background-color: #CAE28F;
}
</style>
border-color css
<style>
span { border-color: #CAE28F; }
span { border-color: rgb(202,226,143); }
td.TdClassName
{
border-color: #CAE28F;
}
.TagClassName
{
border-color: #CAE28F;
}
</style>