Shades of Pear #CAEC2C
Tints of Pear #CAEC2C
RGB
CMYK
RGB Variations
Color information
#CAEC2C (or 0xCAEC2C) is known color: Pear. HEX triplet: CA, EC and 2C. RGB value is (202,236,44). Sum of RGB (Red+Green+Blue) = 202+236+44=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #CAEC2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAEC2C is #3513D3. Grayscale: #CCCCCC. Windows color (decimal): -3478484 or 2944202. OLE color: 2944202.
HSL color Cylindrical-coordinate representation of color #CAEC2C: hue angle of 70.62º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAEC2C is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 236 | 44 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.07 |
| HSL | 70.62º | 0.83% | 0.55% | - |
| HSV(B) | 70.62º | 0.81% | 0.93% | - |
| XYZ | 54.81 | 72.73 | 13.53 | - |
| YUV | 203.95 | 37.74 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 236 | 44 | 0.14 | 0 | 0.81 | 0.07 | 70.62 | 0.83 | 0.55 |
| Hex | CA | EC | 2C | E | 0 | 51 | 7 | 47 | 53 | 37 |
| Octal | 312 | 354 | 54 | 16 | 0 | 121 | 7 | 107 | 123 | 67 |
| Binary | 11001010 | 11101100 | 101100 | 1110 | 0 | 1010001 | 111 | 1000111 | 1010011 | 110111 |
Color Harmonies of #CAEC2C
Complementary color
Monochromatic Colors of #CAEC2C
Black with #CAEC2C
Text Example
Text Example
White with #CAEC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEC2C; }
p { color: rgb(202,236,44); }
H1.HeaderClassName
{
color: #CAEC2C;
}
.AnyTagClassName
{
color: #CAEC2C;
}
</style>
background-color css
<style>
a { background-color: #CAEC2C; }
a { background-color: rgb(202,236,44); }
div.DivClassName
{
background-color: #CAEC2C;
}
.BgClassName
{
background-color: #CAEC2C;
}
</style>
border-color css
<style>
span { border-color: #CAEC2C; }
span { border-color: rgb(202,236,44); }
td.TdClassName
{
border-color: #CAEC2C;
}
.TagClassName
{
border-color: #CAEC2C;
}
</style>