Shades of Pear #CDF220
Tints of Pear #CDF220
RGB
CMYK
RGB Variations
Color information
#CDF220 (or 0xCDF220) is known color: Pear. HEX triplet: CD, F2 and 20. RGB value is (205,242,32). Sum of RGB (Red+Green+Blue) = 205+242+32=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 32 (12.89% from 255 or 6.68% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF220 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF220 is #320DDF. Grayscale: #CFCFCF. Windows color (decimal): -3280352 or 2159309. OLE color: 2159309.
HSL color Cylindrical-coordinate representation of color #CDF220: hue angle of 70.57º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDF220 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 32 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.05 |
| HSL | 70.57º | 0.89% | 0.54% | - |
| HSV(B) | 70.57º | 0.87% | 0.95% | - |
| XYZ | 57.19 | 76.59 | 13.14 | - |
| YUV | 207 | 29.24 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 32 | 0.15 | 0 | 0.87 | 0.05 | 70.57 | 0.89 | 0.54 |
| Hex | CD | F2 | 20 | F | 0 | 57 | 5 | 47 | 59 | 36 |
| Octal | 315 | 362 | 40 | 17 | 0 | 127 | 5 | 107 | 131 | 66 |
| Binary | 11001101 | 11110010 | 100000 | 1111 | 0 | 1010111 | 101 | 1000111 | 1011001 | 110110 |
Color Harmonies of #CDF220
Complementary color
Monochromatic Colors of #CDF220
Black with #CDF220
Text Example
Text Example
White with #CDF220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF220; }
p { color: rgb(205,242,32); }
H1.HeaderClassName
{
color: #CDF220;
}
.AnyTagClassName
{
color: #CDF220;
}
</style>
background-color css
<style>
a { background-color: #CDF220; }
a { background-color: rgb(205,242,32); }
div.DivClassName
{
background-color: #CDF220;
}
.BgClassName
{
background-color: #CDF220;
}
</style>
border-color css
<style>
span { border-color: #CDF220; }
span { border-color: rgb(205,242,32); }
td.TdClassName
{
border-color: #CDF220;
}
.TagClassName
{
border-color: #CDF220;
}
</style>