Shades of Pear #CAE41A
Tints of Pear #CAE41A
RGB
CMYK
RGB Variations
Color information
#CAE41A (or 0xCAE41A) is known color: Pear. HEX triplet: CA, E4 and 1A. RGB value is (202,228,26). Sum of RGB (Red+Green+Blue) = 202+228+26=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 228 (89.45% from 255 or 50% from 456); Blue value is 26 (10.55% from 255 or 5.70% from 456); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE41A is #351BE5. Grayscale: #C5C5C5. Windows color (decimal): -3480550 or 1762506. OLE color: 1762506.
HSL color Cylindrical-coordinate representation of color #CAE41A: hue angle of 67.72º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAE41A is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 26 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.11 |
| HSL | 67.72º | 0.8% | 0.5% | - |
| HSV(B) | 67.72º | 0.89% | 0.89% | - |
| XYZ | 52.29 | 68.12 | 11.37 | - |
| YUV | 197.2 | 31.39 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 26 | 0.11 | 0 | 0.89 | 0.11 | 67.72 | 0.8 | 0.5 |
| Hex | CA | E4 | 1A | B | 0 | 59 | B | 44 | 50 | 32 |
| Octal | 312 | 344 | 32 | 13 | 0 | 131 | 13 | 104 | 120 | 62 |
| Binary | 11001010 | 11100100 | 11010 | 1011 | 0 | 1011001 | 1011 | 1000100 | 1010000 | 110010 |
Color Harmonies of #CAE41A
Complementary color
Monochromatic Colors of #CAE41A
Black with #CAE41A
Text Example
Text Example
White with #CAE41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE41A; }
p { color: rgb(202,228,26); }
H1.HeaderClassName
{
color: #CAE41A;
}
.AnyTagClassName
{
color: #CAE41A;
}
</style>
background-color css
<style>
a { background-color: #CAE41A; }
a { background-color: rgb(202,228,26); }
div.DivClassName
{
background-color: #CAE41A;
}
.BgClassName
{
background-color: #CAE41A;
}
</style>
border-color css
<style>
span { border-color: #CAE41A; }
span { border-color: rgb(202,228,26); }
td.TdClassName
{
border-color: #CAE41A;
}
.TagClassName
{
border-color: #CAE41A;
}
</style>