Shades of Pear #CDF035
Tints of Pear #CDF035
RGB
CMYK
RGB Variations
Color information
#CDF035 (or 0xCDF035) is known color: Pear. HEX triplet: CD, F0 and 35. RGB value is (205,240,53). Sum of RGB (Red+Green+Blue) = 205+240+53=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 53 (21.09% from 255 or 10.64% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF035 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF035 is #320FCA. Grayscale: #D0D0D0. Windows color (decimal): -3280843 or 3535053. OLE color: 3535053.
HSL color Cylindrical-coordinate representation of color #CDF035: hue angle of 71.23º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDF035 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 53 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.06 |
| HSL | 71.23º | 0.86% | 0.57% | - |
| HSV(B) | 71.23º | 0.78% | 0.94% | - |
| XYZ | 56.98 | 75.56 | 14.95 | - |
| YUV | 208.22 | 40.4 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 53 | 0.15 | 0 | 0.78 | 0.06 | 71.23 | 0.86 | 0.57 |
| Hex | CD | F0 | 35 | F | 0 | 4E | 6 | 47 | 56 | 39 |
| Octal | 315 | 360 | 65 | 17 | 0 | 116 | 6 | 107 | 126 | 71 |
| Binary | 11001101 | 11110000 | 110101 | 1111 | 0 | 1001110 | 110 | 1000111 | 1010110 | 111001 |
Color Harmonies of #CDF035
Complementary color
Monochromatic Colors of #CDF035
Black with #CDF035
Text Example
Text Example
White with #CDF035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF035; }
p { color: rgb(205,240,53); }
H1.HeaderClassName
{
color: #CDF035;
}
.AnyTagClassName
{
color: #CDF035;
}
</style>
background-color css
<style>
a { background-color: #CDF035; }
a { background-color: rgb(205,240,53); }
div.DivClassName
{
background-color: #CDF035;
}
.BgClassName
{
background-color: #CDF035;
}
</style>
border-color css
<style>
span { border-color: #CDF035; }
span { border-color: rgb(205,240,53); }
td.TdClassName
{
border-color: #CDF035;
}
.TagClassName
{
border-color: #CDF035;
}
</style>