Shades of Pear #CDF02D
Tints of Pear #CDF02D
RGB
CMYK
RGB Variations
Color information
#CDF02D (or 0xCDF02D) is known color: Pear. HEX triplet: CD, F0 and 2D. RGB value is (205,240,45). Sum of RGB (Red+Green+Blue) = 205+240+45=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 45 (17.97% from 255 or 9.18% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF02D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF02D is #320FD2. Grayscale: #D0D0D0. Windows color (decimal): -3280851 or 3010765. OLE color: 3010765.
HSL color Cylindrical-coordinate representation of color #CDF02D: hue angle of 70.77º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDF02D is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 45 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.06 |
| HSL | 70.77º | 0.87% | 0.56% | - |
| HSV(B) | 70.77º | 0.81% | 0.94% | - |
| XYZ | 56.81 | 75.49 | 14.06 | - |
| YUV | 207.31 | 36.4 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 45 | 0.15 | 0 | 0.81 | 0.06 | 70.77 | 0.87 | 0.56 |
| Hex | CD | F0 | 2D | F | 0 | 51 | 6 | 47 | 57 | 38 |
| Octal | 315 | 360 | 55 | 17 | 0 | 121 | 6 | 107 | 127 | 70 |
| Binary | 11001101 | 11110000 | 101101 | 1111 | 0 | 1010001 | 110 | 1000111 | 1010111 | 111000 |
Color Harmonies of #CDF02D
Complementary color
Monochromatic Colors of #CDF02D
Black with #CDF02D
Text Example
Text Example
White with #CDF02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF02D; }
p { color: rgb(205,240,45); }
H1.HeaderClassName
{
color: #CDF02D;
}
.AnyTagClassName
{
color: #CDF02D;
}
</style>
background-color css
<style>
a { background-color: #CDF02D; }
a { background-color: rgb(205,240,45); }
div.DivClassName
{
background-color: #CDF02D;
}
.BgClassName
{
background-color: #CDF02D;
}
</style>
border-color css
<style>
span { border-color: #CDF02D; }
span { border-color: rgb(205,240,45); }
td.TdClassName
{
border-color: #CDF02D;
}
.TagClassName
{
border-color: #CDF02D;
}
</style>