Shades of Sulu #CAE28A
Tints of Sulu #CAE28A
RGB
CMYK
RGB Variations
Color information
#CAE28A (or 0xCAE28A) is known color: Sulu. HEX triplet: CA, E2 and 8A. RGB value is (202,226,138). Sum of RGB (Red+Green+Blue) = 202+226+138=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 226 (88.67% from 255 or 39.93% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE28A is #351D75. Grayscale: #D1D1D1. Windows color (decimal): -3480950 or 9102026. OLE color: 9102026.
HSL color Cylindrical-coordinate representation of color #CAE28A: hue angle of 76.36º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAE28A is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 226 | 138 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.11 |
| HSL | 76.36º | 0.6% | 0.71% | - |
| HSV(B) | 76.36º | 0.39% | 0.89% | - |
| XYZ | 56.14 | 68.78 | 34.36 | - |
| YUV | 208.79 | 88.05 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 226 | 138 | 0.11 | 0 | 0.39 | 0.11 | 76.36 | 0.6 | 0.71 |
| Hex | CA | E2 | 8A | B | 0 | 27 | B | 4C | 3C | 47 |
| Octal | 312 | 342 | 212 | 13 | 0 | 47 | 13 | 114 | 74 | 107 |
| Binary | 11001010 | 11100010 | 10001010 | 1011 | 0 | 100111 | 1011 | 1001100 | 111100 | 1000111 |
Color Harmonies of #CAE28A
Complementary color
Monochromatic Colors of #CAE28A
Black with #CAE28A
Text Example
Text Example
White with #CAE28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE28A; }
p { color: rgb(202,226,138); }
H1.HeaderClassName
{
color: #CAE28A;
}
.AnyTagClassName
{
color: #CAE28A;
}
</style>
background-color css
<style>
a { background-color: #CAE28A; }
a { background-color: rgb(202,226,138); }
div.DivClassName
{
background-color: #CAE28A;
}
.BgClassName
{
background-color: #CAE28A;
}
</style>
border-color css
<style>
span { border-color: #CAE28A; }
span { border-color: rgb(202,226,138); }
td.TdClassName
{
border-color: #CAE28A;
}
.TagClassName
{
border-color: #CAE28A;
}
</style>