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