Shades of Pear #CADF2D
Tints of Pear #CADF2D
RGB
CMYK
RGB Variations
Color information
#CADF2D (or 0xCADF2D) is known color: Pear. HEX triplet: CA, DF and 2D. RGB value is (202,223,45). Sum of RGB (Red+Green+Blue) = 202+223+45=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADF2D is #3520D2. Grayscale: #C5C5C5. Windows color (decimal): -3481811 or 3006410. OLE color: 3006410.
HSL color Cylindrical-coordinate representation of color #CADF2D: hue angle of 67.08º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CADF2D is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 223 | 45 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.13 |
| HSL | 67.08º | 0.74% | 0.53% | - |
| HSV(B) | 67.08º | 0.8% | 0.87% | - |
| XYZ | 51.22 | 65.52 | 12.43 | - |
| YUV | 196.43 | 42.54 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 223 | 45 | 0.09 | 0 | 0.80 | 0.13 | 67.08 | 0.74 | 0.53 |
| Hex | CA | DF | 2D | 9 | 0 | 50 | D | 43 | 4A | 35 |
| Octal | 312 | 337 | 55 | 11 | 0 | 120 | 15 | 103 | 112 | 65 |
| Binary | 11001010 | 11011111 | 101101 | 1001 | 0 | 1010000 | 1101 | 1000011 | 1001010 | 110101 |
Color Harmonies of #CADF2D
Complementary color
Monochromatic Colors of #CADF2D
Black with #CADF2D
Text Example
Text Example
White with #CADF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADF2D; }
p { color: rgb(202,223,45); }
H1.HeaderClassName
{
color: #CADF2D;
}
.AnyTagClassName
{
color: #CADF2D;
}
</style>
background-color css
<style>
a { background-color: #CADF2D; }
a { background-color: rgb(202,223,45); }
div.DivClassName
{
background-color: #CADF2D;
}
.BgClassName
{
background-color: #CADF2D;
}
</style>
border-color css
<style>
span { border-color: #CADF2D; }
span { border-color: rgb(202,223,45); }
td.TdClassName
{
border-color: #CADF2D;
}
.TagClassName
{
border-color: #CADF2D;
}
</style>