Shades of Pear #CDF42F
Tints of Pear #CDF42F
RGB
CMYK
RGB Variations
Color information
#CDF42F (or 0xCDF42F) is known color: Pear. HEX triplet: CD, F4 and 2F. RGB value is (205,244,47). Sum of RGB (Red+Green+Blue) = 205+244+47=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 47 (18.75% from 255 or 9.48% from 496); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF42F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF42F is #320BD0. Grayscale: #D2D2D2. Windows color (decimal): -3279825 or 3142861. OLE color: 3142861.
HSL color Cylindrical-coordinate representation of color #CDF42F: hue angle of 71.88º degrees, saturation: 0.9, 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 #CDF42F is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 47 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.04 |
| HSL | 71.88º | 0.9% | 0.57% | - |
| HSV(B) | 71.88º | 0.81% | 0.96% | - |
| XYZ | 58.04 | 77.89 | 14.66 | - |
| YUV | 209.88 | 36.08 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 47 | 0.16 | 0 | 0.81 | 0.04 | 71.88 | 0.9 | 0.57 |
| Hex | CD | F4 | 2F | 10 | 0 | 51 | 4 | 48 | 5A | 39 |
| Octal | 315 | 364 | 57 | 20 | 0 | 121 | 4 | 110 | 132 | 71 |
| Binary | 11001101 | 11110100 | 101111 | 10000 | 0 | 1010001 | 100 | 1001000 | 1011010 | 111001 |
Color Harmonies of #CDF42F
Complementary color
Monochromatic Colors of #CDF42F
Black with #CDF42F
Text Example
Text Example
White with #CDF42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF42F; }
p { color: rgb(205,244,47); }
H1.HeaderClassName
{
color: #CDF42F;
}
.AnyTagClassName
{
color: #CDF42F;
}
</style>
background-color css
<style>
a { background-color: #CDF42F; }
a { background-color: rgb(205,244,47); }
div.DivClassName
{
background-color: #CDF42F;
}
.BgClassName
{
background-color: #CDF42F;
}
</style>
border-color css
<style>
span { border-color: #CDF42F; }
span { border-color: rgb(205,244,47); }
td.TdClassName
{
border-color: #CDF42F;
}
.TagClassName
{
border-color: #CDF42F;
}
</style>