Shades of Pear #CAEC2D
Tints of Pear #CAEC2D
RGB
CMYK
RGB Variations
Color information
#CAEC2D (or 0xCAEC2D) is known color: Pear. HEX triplet: CA, EC and 2D. RGB value is (202,236,45). Sum of RGB (Red+Green+Blue) = 202+236+45=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #CAEC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAEC2D is #3513D2. Grayscale: #CCCCCC. Windows color (decimal): -3478483 or 3009738. OLE color: 3009738.
HSL color Cylindrical-coordinate representation of color #CAEC2D: hue angle of 70.68º 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 #CAEC2D is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 236 | 45 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.07 |
| HSL | 70.68º | 0.83% | 0.55% | - |
| HSV(B) | 70.68º | 0.81% | 0.93% | - |
| XYZ | 54.83 | 72.74 | 13.63 | - |
| YUV | 204.06 | 38.24 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 236 | 45 | 0.14 | 0 | 0.81 | 0.07 | 70.68 | 0.83 | 0.55 |
| Hex | CA | EC | 2D | E | 0 | 51 | 7 | 47 | 53 | 37 |
| Octal | 312 | 354 | 55 | 16 | 0 | 121 | 7 | 107 | 123 | 67 |
| Binary | 11001010 | 11101100 | 101101 | 1110 | 0 | 1010001 | 111 | 1000111 | 1010011 | 110111 |
Color Harmonies of #CAEC2D
Complementary color
Monochromatic Colors of #CAEC2D
Black with #CAEC2D
Text Example
Text Example
White with #CAEC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEC2D; }
p { color: rgb(202,236,45); }
H1.HeaderClassName
{
color: #CAEC2D;
}
.AnyTagClassName
{
color: #CAEC2D;
}
</style>
background-color css
<style>
a { background-color: #CAEC2D; }
a { background-color: rgb(202,236,45); }
div.DivClassName
{
background-color: #CAEC2D;
}
.BgClassName
{
background-color: #CAEC2D;
}
</style>
border-color css
<style>
span { border-color: #CAEC2D; }
span { border-color: rgb(202,236,45); }
td.TdClassName
{
border-color: #CAEC2D;
}
.TagClassName
{
border-color: #CAEC2D;
}
</style>