Shades of Sulu #CAE47C
Tints of Sulu #CAE47C
RGB
CMYK
RGB Variations
Color information
#CAE47C (or 0xCAE47C) is known color: Sulu. HEX triplet: CA, E4 and 7C. RGB value is (202,228,124). Sum of RGB (Red+Green+Blue) = 202+228+124=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 228 (89.45% from 255 or 41.16% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE47C is #351B83. Grayscale: #D0D0D0. Windows color (decimal): -3480452 or 8185034. OLE color: 8185034.
HSL color Cylindrical-coordinate representation of color #CAE47C: hue angle of 75º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAE47C is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 124 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.11 |
| HSL | 75º | 0.66% | 0.69% | - |
| HSV(B) | 75º | 0.46% | 0.89% | - |
| XYZ | 55.74 | 69.5 | 29.55 | - |
| YUV | 208.37 | 80.39 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 124 | 0.11 | 0 | 0.46 | 0.11 | 75 | 0.66 | 0.69 |
| Hex | CA | E4 | 7C | B | 0 | 2E | B | 4B | 42 | 45 |
| Octal | 312 | 344 | 174 | 13 | 0 | 56 | 13 | 113 | 102 | 105 |
| Binary | 11001010 | 11100100 | 1111100 | 1011 | 0 | 101110 | 1011 | 1001011 | 1000010 | 1000101 |
Color Harmonies of #CAE47C
Complementary color
Monochromatic Colors of #CAE47C
Black with #CAE47C
Text Example
Text Example
White with #CAE47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE47C; }
p { color: rgb(202,228,124); }
H1.HeaderClassName
{
color: #CAE47C;
}
.AnyTagClassName
{
color: #CAE47C;
}
</style>
background-color css
<style>
a { background-color: #CAE47C; }
a { background-color: rgb(202,228,124); }
div.DivClassName
{
background-color: #CAE47C;
}
.BgClassName
{
background-color: #CAE47C;
}
</style>
border-color css
<style>
span { border-color: #CAE47C; }
span { border-color: rgb(202,228,124); }
td.TdClassName
{
border-color: #CAE47C;
}
.TagClassName
{
border-color: #CAE47C;
}
</style>