Shades of Pear #CADC2D
Tints of Pear #CADC2D
RGB
CMYK
RGB Variations
Color information
#CADC2D (or 0xCADC2D) is known color: Pear. HEX triplet: CA, DC and 2D. RGB value is (202,220,45). Sum of RGB (Red+Green+Blue) = 202+220+45=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 45 (17.97% from 255 or 9.64% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADC2D is #3523D2. Grayscale: #C3C3C3. Windows color (decimal): -3482579 or 3005642. OLE color: 3005642.
HSL color Cylindrical-coordinate representation of color #CADC2D: hue angle of 66.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CADC2D is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 45 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.14 |
| HSL | 66.17º | 0.71% | 0.52% | - |
| HSV(B) | 66.17º | 0.8% | 0.86% | - |
| XYZ | 50.42 | 63.93 | 12.17 | - |
| YUV | 194.67 | 43.54 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 45 | 0.08 | 0 | 0.80 | 0.14 | 66.17 | 0.71 | 0.52 |
| Hex | CA | DC | 2D | 8 | 0 | 50 | E | 42 | 47 | 34 |
| Octal | 312 | 334 | 55 | 10 | 0 | 120 | 16 | 102 | 107 | 64 |
| Binary | 11001010 | 11011100 | 101101 | 1000 | 0 | 1010000 | 1110 | 1000010 | 1000111 | 110100 |
Color Harmonies of #CADC2D
Complementary color
Monochromatic Colors of #CADC2D
Black with #CADC2D
Text Example
Text Example
White with #CADC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADC2D; }
p { color: rgb(202,220,45); }
H1.HeaderClassName
{
color: #CADC2D;
}
.AnyTagClassName
{
color: #CADC2D;
}
</style>
background-color css
<style>
a { background-color: #CADC2D; }
a { background-color: rgb(202,220,45); }
div.DivClassName
{
background-color: #CADC2D;
}
.BgClassName
{
background-color: #CADC2D;
}
</style>
border-color css
<style>
span { border-color: #CADC2D; }
span { border-color: rgb(202,220,45); }
td.TdClassName
{
border-color: #CADC2D;
}
.TagClassName
{
border-color: #CADC2D;
}
</style>