Shades of Pear #CADD2A
Tints of Pear #CADD2A
RGB
CMYK
RGB Variations
Color information
#CADD2A (or 0xCADD2A) is known color: Pear. HEX triplet: CA, DD and 2A. RGB value is (202,221,42). Sum of RGB (Red+Green+Blue) = 202+221+42=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 42 (16.80% from 255 or 9.03% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD2A is #3522D5. Grayscale: #C3C3C3. Windows color (decimal): -3482326 or 2809290. OLE color: 2809290.
HSL color Cylindrical-coordinate representation of color #CADD2A: hue angle of 66.37º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CADD2A is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 42 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.13 |
| HSL | 66.37º | 0.72% | 0.52% | - |
| HSV(B) | 66.37º | 0.81% | 0.87% | - |
| XYZ | 50.63 | 64.44 | 11.96 | - |
| YUV | 194.91 | 41.71 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 42 | 0.09 | 0 | 0.81 | 0.13 | 66.37 | 0.72 | 0.52 |
| Hex | CA | DD | 2A | 9 | 0 | 51 | D | 42 | 48 | 34 |
| Octal | 312 | 335 | 52 | 11 | 0 | 121 | 15 | 102 | 110 | 64 |
| Binary | 11001010 | 11011101 | 101010 | 1001 | 0 | 1010001 | 1101 | 1000010 | 1001000 | 110100 |
Color Harmonies of #CADD2A
Complementary color
Monochromatic Colors of #CADD2A
Black with #CADD2A
Text Example
Text Example
White with #CADD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD2A; }
p { color: rgb(202,221,42); }
H1.HeaderClassName
{
color: #CADD2A;
}
.AnyTagClassName
{
color: #CADD2A;
}
</style>
background-color css
<style>
a { background-color: #CADD2A; }
a { background-color: rgb(202,221,42); }
div.DivClassName
{
background-color: #CADD2A;
}
.BgClassName
{
background-color: #CADD2A;
}
</style>
border-color css
<style>
span { border-color: #CADD2A; }
span { border-color: rgb(202,221,42); }
td.TdClassName
{
border-color: #CADD2A;
}
.TagClassName
{
border-color: #CADD2A;
}
</style>