Shades of Pear #CDF420
Tints of Pear #CDF420
RGB
CMYK
RGB Variations
Color information
#CDF420 (or 0xCDF420) is known color: Pear. HEX triplet: CD, F4 and 20. RGB value is (205,244,32). Sum of RGB (Red+Green+Blue) = 205+244+32=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 244 (95.70% from 255 or 50.73% from 481); Blue value is 32 (12.89% from 255 or 6.65% from 481); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF420 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF420 is #320BDF. Grayscale: #D0D0D0. Windows color (decimal): -3279840 or 2159821. OLE color: 2159821.
HSL color Cylindrical-coordinate representation of color #CDF420: hue angle of 71.04º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDF420 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 32 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.04 |
| HSL | 71.04º | 0.91% | 0.54% | - |
| HSV(B) | 71.04º | 0.87% | 0.96% | - |
| XYZ | 57.79 | 77.78 | 13.33 | - |
| YUV | 208.17 | 28.58 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 32 | 0.16 | 0 | 0.87 | 0.04 | 71.04 | 0.91 | 0.54 |
| Hex | CD | F4 | 20 | 10 | 0 | 57 | 4 | 47 | 5B | 36 |
| Octal | 315 | 364 | 40 | 20 | 0 | 127 | 4 | 107 | 133 | 66 |
| Binary | 11001101 | 11110100 | 100000 | 10000 | 0 | 1010111 | 100 | 1000111 | 1011011 | 110110 |
Color Harmonies of #CDF420
Complementary color
Monochromatic Colors of #CDF420
Black with #CDF420
Text Example
Text Example
White with #CDF420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF420; }
p { color: rgb(205,244,32); }
H1.HeaderClassName
{
color: #CDF420;
}
.AnyTagClassName
{
color: #CDF420;
}
</style>
background-color css
<style>
a { background-color: #CDF420; }
a { background-color: rgb(205,244,32); }
div.DivClassName
{
background-color: #CDF420;
}
.BgClassName
{
background-color: #CDF420;
}
</style>
border-color css
<style>
span { border-color: #CDF420; }
span { border-color: rgb(205,244,32); }
td.TdClassName
{
border-color: #CDF420;
}
.TagClassName
{
border-color: #CDF420;
}
</style>