Shades of Pear #CDF022
Tints of Pear #CDF022
RGB
CMYK
RGB Variations
Color information
#CDF022 (or 0xCDF022) is known color: Pear. HEX triplet: CD, F0 and 22. RGB value is (205,240,34). Sum of RGB (Red+Green+Blue) = 205+240+34=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 34 (13.67% from 255 or 7.10% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF022 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF022 is #320FDD. Grayscale: #CECECE. Windows color (decimal): -3280862 or 2289869. OLE color: 2289869.
HSL color Cylindrical-coordinate representation of color #CDF022: hue angle of 70.19º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDF022 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 34 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.06 |
| HSL | 70.19º | 0.87% | 0.54% | - |
| HSV(B) | 70.19º | 0.86% | 0.94% | - |
| XYZ | 56.63 | 75.41 | 13.09 | - |
| YUV | 206.05 | 30.9 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 34 | 0.15 | 0 | 0.86 | 0.06 | 70.19 | 0.87 | 0.54 |
| Hex | CD | F0 | 22 | F | 0 | 56 | 6 | 46 | 57 | 36 |
| Octal | 315 | 360 | 42 | 17 | 0 | 126 | 6 | 106 | 127 | 66 |
| Binary | 11001101 | 11110000 | 100010 | 1111 | 0 | 1010110 | 110 | 1000110 | 1010111 | 110110 |
Color Harmonies of #CDF022
Complementary color
Monochromatic Colors of #CDF022
Black with #CDF022
Text Example
Text Example
White with #CDF022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF022; }
p { color: rgb(205,240,34); }
H1.HeaderClassName
{
color: #CDF022;
}
.AnyTagClassName
{
color: #CDF022;
}
</style>
background-color css
<style>
a { background-color: #CDF022; }
a { background-color: rgb(205,240,34); }
div.DivClassName
{
background-color: #CDF022;
}
.BgClassName
{
background-color: #CDF022;
}
</style>
border-color css
<style>
span { border-color: #CDF022; }
span { border-color: rgb(205,240,34); }
td.TdClassName
{
border-color: #CDF022;
}
.TagClassName
{
border-color: #CDF022;
}
</style>