Shades of Pear #CDF423
Tints of Pear #CDF423
RGB
CMYK
RGB Variations
Color information
#CDF423 (or 0xCDF423) is known color: Pear. HEX triplet: CD, F4 and 23. RGB value is (205,244,35). Sum of RGB (Red+Green+Blue) = 205+244+35=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 35 (14.06% from 255 or 7.23% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF423 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF423 is #320BDC. Grayscale: #D1D1D1. Windows color (decimal): -3279837 or 2356429. OLE color: 2356429.
HSL color Cylindrical-coordinate representation of color #CDF423: hue angle of 71.2º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CDF423 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 35 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.04 |
| HSL | 71.2º | 0.9% | 0.55% | - |
| HSV(B) | 71.2º | 0.86% | 0.96% | - |
| XYZ | 57.83 | 77.8 | 13.56 | - |
| YUV | 208.51 | 30.08 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 35 | 0.16 | 0 | 0.86 | 0.04 | 71.2 | 0.9 | 0.55 |
| Hex | CD | F4 | 23 | 10 | 0 | 56 | 4 | 47 | 5A | 37 |
| Octal | 315 | 364 | 43 | 20 | 0 | 126 | 4 | 107 | 132 | 67 |
| Binary | 11001101 | 11110100 | 100011 | 10000 | 0 | 1010110 | 100 | 1000111 | 1011010 | 110111 |
Color Harmonies of #CDF423
Complementary color
Monochromatic Colors of #CDF423
Black with #CDF423
Text Example
Text Example
White with #CDF423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF423; }
p { color: rgb(205,244,35); }
H1.HeaderClassName
{
color: #CDF423;
}
.AnyTagClassName
{
color: #CDF423;
}
</style>
background-color css
<style>
a { background-color: #CDF423; }
a { background-color: rgb(205,244,35); }
div.DivClassName
{
background-color: #CDF423;
}
.BgClassName
{
background-color: #CDF423;
}
</style>
border-color css
<style>
span { border-color: #CDF423; }
span { border-color: rgb(205,244,35); }
td.TdClassName
{
border-color: #CDF423;
}
.TagClassName
{
border-color: #CDF423;
}
</style>