Shades of Pear #CDF52F
Tints of Pear #CDF52F
RGB
CMYK
RGB Variations
Color information
#CDF52F (or 0xCDF52F) is known color: Pear. HEX triplet: CD, F5 and 2F. RGB value is (205,245,47). Sum of RGB (Red+Green+Blue) = 205+245+47=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 47 (18.75% from 255 or 9.46% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF52F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF52F is #320AD0. Grayscale: #D3D3D3. Windows color (decimal): -3279569 or 3143117. OLE color: 3143117.
HSL color Cylindrical-coordinate representation of color #CDF52F: hue angle of 72.12º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDF52F is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 47 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.04 |
| HSL | 72.12º | 0.91% | 0.57% | - |
| HSV(B) | 72.12º | 0.81% | 0.96% | - |
| XYZ | 58.34 | 78.49 | 14.76 | - |
| YUV | 210.47 | 35.75 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 47 | 0.16 | 0 | 0.81 | 0.04 | 72.12 | 0.91 | 0.57 |
| Hex | CD | F5 | 2F | 10 | 0 | 51 | 4 | 48 | 5B | 39 |
| Octal | 315 | 365 | 57 | 20 | 0 | 121 | 4 | 110 | 133 | 71 |
| Binary | 11001101 | 11110101 | 101111 | 10000 | 0 | 1010001 | 100 | 1001000 | 1011011 | 111001 |
Color Harmonies of #CDF52F
Complementary color
Monochromatic Colors of #CDF52F
Black with #CDF52F
Text Example
Text Example
White with #CDF52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF52F; }
p { color: rgb(205,245,47); }
H1.HeaderClassName
{
color: #CDF52F;
}
.AnyTagClassName
{
color: #CDF52F;
}
</style>
background-color css
<style>
a { background-color: #CDF52F; }
a { background-color: rgb(205,245,47); }
div.DivClassName
{
background-color: #CDF52F;
}
.BgClassName
{
background-color: #CDF52F;
}
</style>
border-color css
<style>
span { border-color: #CDF52F; }
span { border-color: rgb(205,245,47); }
td.TdClassName
{
border-color: #CDF52F;
}
.TagClassName
{
border-color: #CDF52F;
}
</style>