Shades of Pear #CDF444
Tints of Pear #CDF444
RGB
CMYK
RGB Variations
Color information
#CDF444 (or 0xCDF444) is known color: Pear. HEX triplet: CD, F4 and 44. RGB value is (205,244,68). Sum of RGB (Red+Green+Blue) = 205+244+68=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 68 (26.95% from 255 or 13.15% from 517); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF444 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF444 is #320BBB. Grayscale: #D4D4D4. Windows color (decimal): -3279804 or 4519117. OLE color: 4519117.
HSL color Cylindrical-coordinate representation of color #CDF444: hue angle of 73.3º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDF444 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 68 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.04 |
| HSL | 73.3º | 0.89% | 0.61% | - |
| HSV(B) | 73.3º | 0.72% | 0.96% | - |
| XYZ | 58.57 | 78.1 | 17.46 | - |
| YUV | 212.28 | 46.58 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 68 | 0.16 | 0 | 0.72 | 0.04 | 73.3 | 0.89 | 0.61 |
| Hex | CD | F4 | 44 | 10 | 0 | 48 | 4 | 49 | 59 | 3D |
| Octal | 315 | 364 | 104 | 20 | 0 | 110 | 4 | 111 | 131 | 75 |
| Binary | 11001101 | 11110100 | 1000100 | 10000 | 0 | 1001000 | 100 | 1001001 | 1011001 | 111101 |
Color Harmonies of #CDF444
Complementary color
Monochromatic Colors of #CDF444
Black with #CDF444
Text Example
Text Example
White with #CDF444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF444; }
p { color: rgb(205,244,68); }
H1.HeaderClassName
{
color: #CDF444;
}
.AnyTagClassName
{
color: #CDF444;
}
</style>
background-color css
<style>
a { background-color: #CDF444; }
a { background-color: rgb(205,244,68); }
div.DivClassName
{
background-color: #CDF444;
}
.BgClassName
{
background-color: #CDF444;
}
</style>
border-color css
<style>
span { border-color: #CDF444; }
span { border-color: rgb(205,244,68); }
td.TdClassName
{
border-color: #CDF444;
}
.TagClassName
{
border-color: #CDF444;
}
</style>