Shades of Pear #CAEA40
Tints of Pear #CAEA40
RGB
CMYK
RGB Variations
Color information
#CAEA40 (or 0xCAEA40) is known color: Pear. HEX triplet: CA, EA and 40. RGB value is (202,234,64). Sum of RGB (Red+Green+Blue) = 202+234+64=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAEA40 is #3515BF. Grayscale: #CDCDCD. Windows color (decimal): -3478976 or 4254410. OLE color: 4254410.
HSL color Cylindrical-coordinate representation of color #CAEA40: hue angle of 71.29º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAEA40 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 64 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.08 |
| HSL | 71.29º | 0.8% | 0.58% | - |
| HSV(B) | 71.29º | 0.73% | 0.92% | - |
| XYZ | 54.71 | 71.77 | 15.82 | - |
| YUV | 205.05 | 48.4 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 64 | 0.14 | 0 | 0.73 | 0.08 | 71.29 | 0.8 | 0.58 |
| Hex | CA | EA | 40 | E | 0 | 49 | 8 | 47 | 50 | 3A |
| Octal | 312 | 352 | 100 | 16 | 0 | 111 | 10 | 107 | 120 | 72 |
| Binary | 11001010 | 11101010 | 1000000 | 1110 | 0 | 1001001 | 1000 | 1000111 | 1010000 | 111010 |
Color Harmonies of #CAEA40
Complementary color
Monochromatic Colors of #CAEA40
Black with #CAEA40
Text Example
Text Example
White with #CAEA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEA40; }
p { color: rgb(202,234,64); }
H1.HeaderClassName
{
color: #CAEA40;
}
.AnyTagClassName
{
color: #CAEA40;
}
</style>
background-color css
<style>
a { background-color: #CAEA40; }
a { background-color: rgb(202,234,64); }
div.DivClassName
{
background-color: #CAEA40;
}
.BgClassName
{
background-color: #CAEA40;
}
</style>
border-color css
<style>
span { border-color: #CAEA40; }
span { border-color: rgb(202,234,64); }
td.TdClassName
{
border-color: #CAEA40;
}
.TagClassName
{
border-color: #CAEA40;
}
</style>