Shades of Pear #CDF424
Tints of Pear #CDF424
RGB
CMYK
RGB Variations
Color information
#CDF424 (or 0xCDF424) is known color: Pear. HEX triplet: CD, F4 and 24. RGB value is (205,244,36). Sum of RGB (Red+Green+Blue) = 205+244+36=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 244 (95.70% from 255 or 50.31% from 485); Blue value is 36 (14.45% from 255 or 7.42% from 485); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF424 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF424 is #320BDB. Grayscale: #D1D1D1. Windows color (decimal): -3279836 or 2421965. OLE color: 2421965.
HSL color Cylindrical-coordinate representation of color #CDF424: hue angle of 71.25º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDF424 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 36 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.04 |
| HSL | 71.25º | 0.9% | 0.55% | - |
| HSV(B) | 71.25º | 0.85% | 0.96% | - |
| XYZ | 57.85 | 77.81 | 13.64 | - |
| YUV | 208.63 | 30.58 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 36 | 0.16 | 0 | 0.85 | 0.04 | 71.25 | 0.9 | 0.55 |
| Hex | CD | F4 | 24 | 10 | 0 | 55 | 4 | 47 | 5A | 37 |
| Octal | 315 | 364 | 44 | 20 | 0 | 125 | 4 | 107 | 132 | 67 |
| Binary | 11001101 | 11110100 | 100100 | 10000 | 0 | 1010101 | 100 | 1000111 | 1011010 | 110111 |
Color Harmonies of #CDF424
Complementary color
Monochromatic Colors of #CDF424
Black with #CDF424
Text Example
Text Example
White with #CDF424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF424; }
p { color: rgb(205,244,36); }
H1.HeaderClassName
{
color: #CDF424;
}
.AnyTagClassName
{
color: #CDF424;
}
</style>
background-color css
<style>
a { background-color: #CDF424; }
a { background-color: rgb(205,244,36); }
div.DivClassName
{
background-color: #CDF424;
}
.BgClassName
{
background-color: #CDF424;
}
</style>
border-color css
<style>
span { border-color: #CDF424; }
span { border-color: rgb(205,244,36); }
td.TdClassName
{
border-color: #CDF424;
}
.TagClassName
{
border-color: #CDF424;
}
</style>