Shades of Pear #CADF2C
Tints of Pear #CADF2C
RGB
CMYK
RGB Variations
Color information
#CADF2C (or 0xCADF2C) is known color: Pear. HEX triplet: CA, DF and 2C. RGB value is (202,223,44). Sum of RGB (Red+Green+Blue) = 202+223+44=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 44 (17.58% from 255 or 9.38% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADF2C is #3520D3. Grayscale: #C5C5C5. Windows color (decimal): -3481812 or 2940874. OLE color: 2940874.
HSL color Cylindrical-coordinate representation of color #CADF2C: hue angle of 67.04º degrees, saturation: 0.74, 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 #CADF2C is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 223 | 44 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.13 |
| HSL | 67.04º | 0.74% | 0.52% | - |
| HSV(B) | 67.04º | 0.8% | 0.87% | - |
| XYZ | 51.2 | 65.51 | 12.33 | - |
| YUV | 196.32 | 42.04 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 223 | 44 | 0.09 | 0 | 0.80 | 0.13 | 67.04 | 0.74 | 0.52 |
| Hex | CA | DF | 2C | 9 | 0 | 50 | D | 43 | 4A | 34 |
| Octal | 312 | 337 | 54 | 11 | 0 | 120 | 15 | 103 | 112 | 64 |
| Binary | 11001010 | 11011111 | 101100 | 1001 | 0 | 1010000 | 1101 | 1000011 | 1001010 | 110100 |
Color Harmonies of #CADF2C
Complementary color
Monochromatic Colors of #CADF2C
Black with #CADF2C
Text Example
Text Example
White with #CADF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADF2C; }
p { color: rgb(202,223,44); }
H1.HeaderClassName
{
color: #CADF2C;
}
.AnyTagClassName
{
color: #CADF2C;
}
</style>
background-color css
<style>
a { background-color: #CADF2C; }
a { background-color: rgb(202,223,44); }
div.DivClassName
{
background-color: #CADF2C;
}
.BgClassName
{
background-color: #CADF2C;
}
</style>
border-color css
<style>
span { border-color: #CADF2C; }
span { border-color: rgb(202,223,44); }
td.TdClassName
{
border-color: #CADF2C;
}
.TagClassName
{
border-color: #CADF2C;
}
</style>