Shades of Pear #CAEA2D
Tints of Pear #CAEA2D
RGB
CMYK
RGB Variations
Color information
#CAEA2D (or 0xCAEA2D) is known color: Pear. HEX triplet: CA, EA and 2D. RGB value is (202,234,45). Sum of RGB (Red+Green+Blue) = 202+234+45=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 45 (17.97% from 255 or 9.36% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAEA2D is #3515D2. Grayscale: #CBCBCB. Windows color (decimal): -3478995 or 3009226. OLE color: 3009226.
HSL color Cylindrical-coordinate representation of color #CAEA2D: hue angle of 70.16º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAEA2D is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 45 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.08 |
| HSL | 70.16º | 0.82% | 0.55% | - |
| HSV(B) | 70.16º | 0.81% | 0.92% | - |
| XYZ | 54.25 | 71.59 | 13.44 | - |
| YUV | 202.89 | 38.9 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 45 | 0.14 | 0 | 0.81 | 0.08 | 70.16 | 0.82 | 0.55 |
| Hex | CA | EA | 2D | E | 0 | 51 | 8 | 46 | 52 | 37 |
| Octal | 312 | 352 | 55 | 16 | 0 | 121 | 10 | 106 | 122 | 67 |
| Binary | 11001010 | 11101010 | 101101 | 1110 | 0 | 1010001 | 1000 | 1000110 | 1010010 | 110111 |
Color Harmonies of #CAEA2D
Complementary color
Monochromatic Colors of #CAEA2D
Black with #CAEA2D
Text Example
Text Example
White with #CAEA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEA2D; }
p { color: rgb(202,234,45); }
H1.HeaderClassName
{
color: #CAEA2D;
}
.AnyTagClassName
{
color: #CAEA2D;
}
</style>
background-color css
<style>
a { background-color: #CAEA2D; }
a { background-color: rgb(202,234,45); }
div.DivClassName
{
background-color: #CAEA2D;
}
.BgClassName
{
background-color: #CAEA2D;
}
</style>
border-color css
<style>
span { border-color: #CAEA2D; }
span { border-color: rgb(202,234,45); }
td.TdClassName
{
border-color: #CAEA2D;
}
.TagClassName
{
border-color: #CAEA2D;
}
</style>