Shades of Pear #CDF047
Tints of Pear #CDF047
RGB
CMYK
RGB Variations
Color information
#CDF047 (or 0xCDF047) is known color: Pear. HEX triplet: CD, F0 and 47. RGB value is (205,240,71). Sum of RGB (Red+Green+Blue) = 205+240+71=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 71 (28.12% from 255 or 13.76% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF047 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF047 is #320FB8. Grayscale: #D2D2D2. Windows color (decimal): -3280825 or 4714701. OLE color: 4714701.
HSL color Cylindrical-coordinate representation of color #CDF047: hue angle of 72.43º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDF047 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 71 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.06 |
| HSL | 72.43º | 0.85% | 0.61% | - |
| HSV(B) | 72.43º | 0.7% | 0.94% | - |
| XYZ | 57.47 | 75.75 | 17.55 | - |
| YUV | 210.27 | 49.4 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 71 | 0.15 | 0 | 0.70 | 0.06 | 72.43 | 0.85 | 0.61 |
| Hex | CD | F0 | 47 | F | 0 | 46 | 6 | 48 | 55 | 3D |
| Octal | 315 | 360 | 107 | 17 | 0 | 106 | 6 | 110 | 125 | 75 |
| Binary | 11001101 | 11110000 | 1000111 | 1111 | 0 | 1000110 | 110 | 1001000 | 1010101 | 111101 |
Color Harmonies of #CDF047
Complementary color
Monochromatic Colors of #CDF047
Black with #CDF047
Text Example
Text Example
White with #CDF047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF047; }
p { color: rgb(205,240,71); }
H1.HeaderClassName
{
color: #CDF047;
}
.AnyTagClassName
{
color: #CDF047;
}
</style>
background-color css
<style>
a { background-color: #CDF047; }
a { background-color: rgb(205,240,71); }
div.DivClassName
{
background-color: #CDF047;
}
.BgClassName
{
background-color: #CDF047;
}
</style>
border-color css
<style>
span { border-color: #CDF047; }
span { border-color: rgb(205,240,71); }
td.TdClassName
{
border-color: #CDF047;
}
.TagClassName
{
border-color: #CDF047;
}
</style>