Shades of Pear #CDF120
Tints of Pear #CDF120
RGB
CMYK
RGB Variations
Color information
#CDF120 (or 0xCDF120) is known color: Pear. HEX triplet: CD, F1 and 20. RGB value is (205,241,32). Sum of RGB (Red+Green+Blue) = 205+241+32=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF120 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF120 is #320EDF. Grayscale: #CFCFCF. Windows color (decimal): -3280608 or 2159053. OLE color: 2159053.
HSL color Cylindrical-coordinate representation of color #CDF120: hue angle of 70.33º degrees, saturation: 0.88, 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 #CDF120 is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 32 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.05 |
| HSL | 70.33º | 0.88% | 0.54% | - |
| HSV(B) | 70.33º | 0.87% | 0.95% | - |
| XYZ | 56.89 | 75.99 | 13.04 | - |
| YUV | 206.41 | 29.57 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 32 | 0.15 | 0 | 0.87 | 0.05 | 70.33 | 0.88 | 0.54 |
| Hex | CD | F1 | 20 | F | 0 | 57 | 5 | 46 | 58 | 36 |
| Octal | 315 | 361 | 40 | 17 | 0 | 127 | 5 | 106 | 130 | 66 |
| Binary | 11001101 | 11110001 | 100000 | 1111 | 0 | 1010111 | 101 | 1000110 | 1011000 | 110110 |
Color Harmonies of #CDF120
Complementary color
Monochromatic Colors of #CDF120
Black with #CDF120
Text Example
Text Example
White with #CDF120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF120; }
p { color: rgb(205,241,32); }
H1.HeaderClassName
{
color: #CDF120;
}
.AnyTagClassName
{
color: #CDF120;
}
</style>
background-color css
<style>
a { background-color: #CDF120; }
a { background-color: rgb(205,241,32); }
div.DivClassName
{
background-color: #CDF120;
}
.BgClassName
{
background-color: #CDF120;
}
</style>
border-color css
<style>
span { border-color: #CDF120; }
span { border-color: rgb(205,241,32); }
td.TdClassName
{
border-color: #CDF120;
}
.TagClassName
{
border-color: #CDF120;
}
</style>