Shades of Sulu #CAE88F
Tints of Sulu #CAE88F
RGB
CMYK
RGB Variations
Color information
#CAE88F (or 0xCAE88F) is known color: Sulu. HEX triplet: CA, E8 and 8F. RGB value is (202,232,143). Sum of RGB (Red+Green+Blue) = 202+232+143=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 232 (91.02% from 255 or 40.21% from 577); Blue value is 143 (56.25% from 255 or 24.78% from 577); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE88F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE88F is #351770. Grayscale: #D5D5D5. Windows color (decimal): -3479409 or 9431242. OLE color: 9431242.
HSL color Cylindrical-coordinate representation of color #CAE88F: hue angle of 80.22º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAE88F is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 232 | 143 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.09 |
| HSL | 80.22º | 0.66% | 0.74% | - |
| HSV(B) | 80.22º | 0.38% | 0.91% | - |
| XYZ | 58.17 | 72.25 | 36.87 | - |
| YUV | 212.88 | 88.56 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 232 | 143 | 0.13 | 0 | 0.38 | 0.09 | 80.22 | 0.66 | 0.74 |
| Hex | CA | E8 | 8F | D | 0 | 26 | 9 | 50 | 42 | 4A |
| Octal | 312 | 350 | 217 | 15 | 0 | 46 | 11 | 120 | 102 | 112 |
| Binary | 11001010 | 11101000 | 10001111 | 1101 | 0 | 100110 | 1001 | 1010000 | 1000010 | 1001010 |
Color Harmonies of #CAE88F
Complementary color
Monochromatic Colors of #CAE88F
Black with #CAE88F
Text Example
Text Example
White with #CAE88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE88F; }
p { color: rgb(202,232,143); }
H1.HeaderClassName
{
color: #CAE88F;
}
.AnyTagClassName
{
color: #CAE88F;
}
</style>
background-color css
<style>
a { background-color: #CAE88F; }
a { background-color: rgb(202,232,143); }
div.DivClassName
{
background-color: #CAE88F;
}
.BgClassName
{
background-color: #CAE88F;
}
</style>
border-color css
<style>
span { border-color: #CAE88F; }
span { border-color: rgb(202,232,143); }
td.TdClassName
{
border-color: #CAE88F;
}
.TagClassName
{
border-color: #CAE88F;
}
</style>