Shades of Pear #CADD2C
Tints of Pear #CADD2C
RGB
CMYK
RGB Variations
Color information
#CADD2C (or 0xCADD2C) is known color: Pear. HEX triplet: CA, DD and 2C. RGB value is (202,221,44). Sum of RGB (Red+Green+Blue) = 202+221+44=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD2C is #3522D3. Grayscale: #C3C3C3. Windows color (decimal): -3482324 or 2940362. OLE color: 2940362.
HSL color Cylindrical-coordinate representation of color #CADD2C: hue angle of 66.44º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CADD2C is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 44 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.13 |
| HSL | 66.44º | 0.72% | 0.52% | - |
| HSV(B) | 66.44º | 0.8% | 0.87% | - |
| XYZ | 50.67 | 64.45 | 12.15 | - |
| YUV | 195.14 | 42.71 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 44 | 0.09 | 0 | 0.80 | 0.13 | 66.44 | 0.72 | 0.52 |
| Hex | CA | DD | 2C | 9 | 0 | 50 | D | 42 | 48 | 34 |
| Octal | 312 | 335 | 54 | 11 | 0 | 120 | 15 | 102 | 110 | 64 |
| Binary | 11001010 | 11011101 | 101100 | 1001 | 0 | 1010000 | 1101 | 1000010 | 1001000 | 110100 |
Color Harmonies of #CADD2C
Complementary color
Monochromatic Colors of #CADD2C
Black with #CADD2C
Text Example
Text Example
White with #CADD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD2C; }
p { color: rgb(202,221,44); }
H1.HeaderClassName
{
color: #CADD2C;
}
.AnyTagClassName
{
color: #CADD2C;
}
</style>
background-color css
<style>
a { background-color: #CADD2C; }
a { background-color: rgb(202,221,44); }
div.DivClassName
{
background-color: #CADD2C;
}
.BgClassName
{
background-color: #CADD2C;
}
</style>
border-color css
<style>
span { border-color: #CADD2C; }
span { border-color: rgb(202,221,44); }
td.TdClassName
{
border-color: #CADD2C;
}
.TagClassName
{
border-color: #CADD2C;
}
</style>