Shades of Pear #CDF442
Tints of Pear #CDF442
RGB
CMYK
RGB Variations
Color information
#CDF442 (or 0xCDF442) is known color: Pear. HEX triplet: CD, F4 and 42. RGB value is (205,244,66). Sum of RGB (Red+Green+Blue) = 205+244+66=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 244 (95.70% from 255 or 47.38% from 515); Blue value is 66 (26.17% from 255 or 12.82% from 515); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF442 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF442 is #320BBD. Grayscale: #D4D4D4. Windows color (decimal): -3279806 or 4388045. OLE color: 4388045.
HSL color Cylindrical-coordinate representation of color #CDF442: hue angle of 73.15º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDF442 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 66 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.04 |
| HSL | 73.15º | 0.89% | 0.61% | - |
| HSV(B) | 73.15º | 0.73% | 0.96% | - |
| XYZ | 58.51 | 78.07 | 17.14 | - |
| YUV | 212.05 | 45.58 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 66 | 0.16 | 0 | 0.73 | 0.04 | 73.15 | 0.89 | 0.61 |
| Hex | CD | F4 | 42 | 10 | 0 | 49 | 4 | 49 | 59 | 3D |
| Octal | 315 | 364 | 102 | 20 | 0 | 111 | 4 | 111 | 131 | 75 |
| Binary | 11001101 | 11110100 | 1000010 | 10000 | 0 | 1001001 | 100 | 1001001 | 1011001 | 111101 |
Color Harmonies of #CDF442
Complementary color
Monochromatic Colors of #CDF442
Black with #CDF442
Text Example
Text Example
White with #CDF442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF442; }
p { color: rgb(205,244,66); }
H1.HeaderClassName
{
color: #CDF442;
}
.AnyTagClassName
{
color: #CDF442;
}
</style>
background-color css
<style>
a { background-color: #CDF442; }
a { background-color: rgb(205,244,66); }
div.DivClassName
{
background-color: #CDF442;
}
.BgClassName
{
background-color: #CDF442;
}
</style>
border-color css
<style>
span { border-color: #CDF442; }
span { border-color: rgb(205,244,66); }
td.TdClassName
{
border-color: #CDF442;
}
.TagClassName
{
border-color: #CDF442;
}
</style>