Shades of Pear #CDF426
Tints of Pear #CDF426
RGB
CMYK
RGB Variations
Color information
#CDF426 (or 0xCDF426) is known color: Pear. HEX triplet: CD, F4 and 26. RGB value is (205,244,38). Sum of RGB (Red+Green+Blue) = 205+244+38=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 244 (95.70% from 255 or 50.10% from 487); Blue value is 38 (15.23% from 255 or 7.80% from 487); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF426 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF426 is #320BD9. Grayscale: #D1D1D1. Windows color (decimal): -3279834 or 2553037. OLE color: 2553037.
HSL color Cylindrical-coordinate representation of color #CDF426: hue angle of 71.36º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDF426 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 38 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.04 |
| HSL | 71.36º | 0.9% | 0.55% | - |
| HSV(B) | 71.36º | 0.84% | 0.96% | - |
| XYZ | 57.88 | 77.82 | 13.8 | - |
| YUV | 208.86 | 31.58 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 38 | 0.16 | 0 | 0.84 | 0.04 | 71.36 | 0.9 | 0.55 |
| Hex | CD | F4 | 26 | 10 | 0 | 54 | 4 | 47 | 5A | 37 |
| Octal | 315 | 364 | 46 | 20 | 0 | 124 | 4 | 107 | 132 | 67 |
| Binary | 11001101 | 11110100 | 100110 | 10000 | 0 | 1010100 | 100 | 1000111 | 1011010 | 110111 |
Color Harmonies of #CDF426
Complementary color
Monochromatic Colors of #CDF426
Black with #CDF426
Text Example
Text Example
White with #CDF426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF426; }
p { color: rgb(205,244,38); }
H1.HeaderClassName
{
color: #CDF426;
}
.AnyTagClassName
{
color: #CDF426;
}
</style>
background-color css
<style>
a { background-color: #CDF426; }
a { background-color: rgb(205,244,38); }
div.DivClassName
{
background-color: #CDF426;
}
.BgClassName
{
background-color: #CDF426;
}
</style>
border-color css
<style>
span { border-color: #CDF426; }
span { border-color: rgb(205,244,38); }
td.TdClassName
{
border-color: #CDF426;
}
.TagClassName
{
border-color: #CDF426;
}
</style>