Shades of Pear #CAEA3E
Tints of Pear #CAEA3E
RGB
CMYK
RGB Variations
Color information
#CAEA3E (or 0xCAEA3E) is known color: Pear. HEX triplet: CA, EA and 3E. RGB value is (202,234,62). Sum of RGB (Red+Green+Blue) = 202+234+62=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 62 (24.61% from 255 or 12.45% from 498); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAEA3E is #3515C1. Grayscale: #CDCDCD. Windows color (decimal): -3478978 or 4123338. OLE color: 4123338.
HSL color Cylindrical-coordinate representation of color #CAEA3E: hue angle of 71.16º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CAEA3E is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 62 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.08 |
| HSL | 71.16º | 0.8% | 0.58% | - |
| HSV(B) | 71.16º | 0.74% | 0.92% | - |
| XYZ | 54.65 | 71.75 | 15.53 | - |
| YUV | 204.82 | 47.4 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 62 | 0.14 | 0 | 0.74 | 0.08 | 71.16 | 0.8 | 0.58 |
| Hex | CA | EA | 3E | E | 0 | 4A | 8 | 47 | 50 | 3A |
| Octal | 312 | 352 | 76 | 16 | 0 | 112 | 10 | 107 | 120 | 72 |
| Binary | 11001010 | 11101010 | 111110 | 1110 | 0 | 1001010 | 1000 | 1000111 | 1010000 | 111010 |
Color Harmonies of #CAEA3E
Complementary color
Monochromatic Colors of #CAEA3E
Black with #CAEA3E
Text Example
Text Example
White with #CAEA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEA3E; }
p { color: rgb(202,234,62); }
H1.HeaderClassName
{
color: #CAEA3E;
}
.AnyTagClassName
{
color: #CAEA3E;
}
</style>
background-color css
<style>
a { background-color: #CAEA3E; }
a { background-color: rgb(202,234,62); }
div.DivClassName
{
background-color: #CAEA3E;
}
.BgClassName
{
background-color: #CAEA3E;
}
</style>
border-color css
<style>
span { border-color: #CAEA3E; }
span { border-color: rgb(202,234,62); }
td.TdClassName
{
border-color: #CAEA3E;
}
.TagClassName
{
border-color: #CAEA3E;
}
</style>