Shades of Pear #CDF041
Tints of Pear #CDF041
RGB
CMYK
RGB Variations
Color information
#CDF041 (or 0xCDF041) is known color: Pear. HEX triplet: CD, F0 and 41. RGB value is (205,240,65). Sum of RGB (Red+Green+Blue) = 205+240+65=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 65 (25.78% from 255 or 12.75% from 510); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF041 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF041 is #320FBE. Grayscale: #D2D2D2. Windows color (decimal): -3280831 or 4321485. OLE color: 4321485.
HSL color Cylindrical-coordinate representation of color #CDF041: hue angle of 72º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDF041 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 65 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.06 |
| HSL | 72º | 0.85% | 0.6% | - |
| HSV(B) | 72º | 0.73% | 0.94% | - |
| XYZ | 57.29 | 75.68 | 16.59 | - |
| YUV | 209.59 | 46.4 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 65 | 0.15 | 0 | 0.73 | 0.06 | 72 | 0.85 | 0.6 |
| Hex | CD | F0 | 41 | F | 0 | 49 | 6 | 48 | 55 | 3C |
| Octal | 315 | 360 | 101 | 17 | 0 | 111 | 6 | 110 | 125 | 74 |
| Binary | 11001101 | 11110000 | 1000001 | 1111 | 0 | 1001001 | 110 | 1001000 | 1010101 | 111100 |
Color Harmonies of #CDF041
Complementary color
Monochromatic Colors of #CDF041
Black with #CDF041
Text Example
Text Example
White with #CDF041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF041; }
p { color: rgb(205,240,65); }
H1.HeaderClassName
{
color: #CDF041;
}
.AnyTagClassName
{
color: #CDF041;
}
</style>
background-color css
<style>
a { background-color: #CDF041; }
a { background-color: rgb(205,240,65); }
div.DivClassName
{
background-color: #CDF041;
}
.BgClassName
{
background-color: #CDF041;
}
</style>
border-color css
<style>
span { border-color: #CDF041; }
span { border-color: rgb(205,240,65); }
td.TdClassName
{
border-color: #CDF041;
}
.TagClassName
{
border-color: #CDF041;
}
</style>