Shades of Sulu #CAE37A
Tints of Sulu #CAE37A
RGB
CMYK
RGB Variations
Color information
#CAE37A (or 0xCAE37A) is known color: Sulu. HEX triplet: CA, E3 and 7A. RGB value is (202,227,122). Sum of RGB (Red+Green+Blue) = 202+227+122=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE37A is #351C85. Grayscale: #CFCFCF. Windows color (decimal): -3480710 or 8053706. OLE color: 8053706.
HSL color Cylindrical-coordinate representation of color #CAE37A: hue angle of 74.29º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAE37A is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 227 | 122 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.11 |
| HSL | 74.29º | 0.65% | 0.68% | - |
| HSV(B) | 74.29º | 0.46% | 0.89% | - |
| XYZ | 55.34 | 68.9 | 28.79 | - |
| YUV | 207.56 | 79.72 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 227 | 122 | 0.11 | 0 | 0.46 | 0.11 | 74.29 | 0.65 | 0.68 |
| Hex | CA | E3 | 7A | B | 0 | 2E | B | 4A | 41 | 44 |
| Octal | 312 | 343 | 172 | 13 | 0 | 56 | 13 | 112 | 101 | 104 |
| Binary | 11001010 | 11100011 | 1111010 | 1011 | 0 | 101110 | 1011 | 1001010 | 1000001 | 1000100 |
Color Harmonies of #CAE37A
Complementary color
Monochromatic Colors of #CAE37A
Black with #CAE37A
Text Example
Text Example
White with #CAE37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE37A; }
p { color: rgb(202,227,122); }
H1.HeaderClassName
{
color: #CAE37A;
}
.AnyTagClassName
{
color: #CAE37A;
}
</style>
background-color css
<style>
a { background-color: #CAE37A; }
a { background-color: rgb(202,227,122); }
div.DivClassName
{
background-color: #CAE37A;
}
.BgClassName
{
background-color: #CAE37A;
}
</style>
border-color css
<style>
span { border-color: #CAE37A; }
span { border-color: rgb(202,227,122); }
td.TdClassName
{
border-color: #CAE37A;
}
.TagClassName
{
border-color: #CAE37A;
}
</style>