Shades of Pear #CADD2D
Tints of Pear #CADD2D
RGB
CMYK
RGB Variations
Color information
#CADD2D (or 0xCADD2D) is known color: Pear. HEX triplet: CA, DD and 2D. RGB value is (202,221,45). Sum of RGB (Red+Green+Blue) = 202+221+45=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD2D is #3522D2. Grayscale: #C3C3C3. Windows color (decimal): -3482323 or 3005898. OLE color: 3005898.
HSL color Cylindrical-coordinate representation of color #CADD2D: hue angle of 66.48º 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 #CADD2D is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 221 | 45 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.13 |
| HSL | 66.48º | 0.72% | 0.52% | - |
| HSV(B) | 66.48º | 0.8% | 0.87% | - |
| XYZ | 50.69 | 64.46 | 12.25 | - |
| YUV | 195.26 | 43.21 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 221 | 45 | 0.09 | 0 | 0.80 | 0.13 | 66.48 | 0.72 | 0.52 |
| Hex | CA | DD | 2D | 9 | 0 | 50 | D | 42 | 48 | 34 |
| Octal | 312 | 335 | 55 | 11 | 0 | 120 | 15 | 102 | 110 | 64 |
| Binary | 11001010 | 11011101 | 101101 | 1001 | 0 | 1010000 | 1101 | 1000010 | 1001000 | 110100 |
Color Harmonies of #CADD2D
Complementary color
Monochromatic Colors of #CADD2D
Black with #CADD2D
Text Example
Text Example
White with #CADD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADD2D; }
p { color: rgb(202,221,45); }
H1.HeaderClassName
{
color: #CADD2D;
}
.AnyTagClassName
{
color: #CADD2D;
}
</style>
background-color css
<style>
a { background-color: #CADD2D; }
a { background-color: rgb(202,221,45); }
div.DivClassName
{
background-color: #CADD2D;
}
.BgClassName
{
background-color: #CADD2D;
}
</style>
border-color css
<style>
span { border-color: #CADD2D; }
span { border-color: rgb(202,221,45); }
td.TdClassName
{
border-color: #CADD2D;
}
.TagClassName
{
border-color: #CADD2D;
}
</style>