Shades of Pear #CDF644
Tints of Pear #CDF644
RGB
CMYK
RGB Variations
Color information
#CDF644 (or 0xCDF644) is known color: Pear. HEX triplet: CD, F6 and 44. RGB value is (205,246,68). Sum of RGB (Red+Green+Blue) = 205+246+68=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 246 (96.48% from 255 or 47.40% from 519); Blue value is 68 (26.95% from 255 or 13.10% from 519); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF644 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF644 is #3209BB. Grayscale: #D6D6D6. Windows color (decimal): -3279292 or 4519629. OLE color: 4519629.
HSL color Cylindrical-coordinate representation of color #CDF644: hue angle of 73.82º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDF644 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 68 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.04 |
| HSL | 73.82º | 0.91% | 0.62% | - |
| HSV(B) | 73.82º | 0.72% | 0.96% | - |
| XYZ | 59.18 | 79.31 | 17.66 | - |
| YUV | 213.45 | 45.92 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 68 | 0.17 | 0 | 0.72 | 0.04 | 73.82 | 0.91 | 0.62 |
| Hex | CD | F6 | 44 | 11 | 0 | 48 | 4 | 4A | 5B | 3E |
| Octal | 315 | 366 | 104 | 21 | 0 | 110 | 4 | 112 | 133 | 76 |
| Binary | 11001101 | 11110110 | 1000100 | 10001 | 0 | 1001000 | 100 | 1001010 | 1011011 | 111110 |
Color Harmonies of #CDF644
Complementary color
Monochromatic Colors of #CDF644
Black with #CDF644
Text Example
Text Example
White with #CDF644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF644; }
p { color: rgb(205,246,68); }
H1.HeaderClassName
{
color: #CDF644;
}
.AnyTagClassName
{
color: #CDF644;
}
</style>
background-color css
<style>
a { background-color: #CDF644; }
a { background-color: rgb(205,246,68); }
div.DivClassName
{
background-color: #CDF644;
}
.BgClassName
{
background-color: #CDF644;
}
</style>
border-color css
<style>
span { border-color: #CDF644; }
span { border-color: rgb(205,246,68); }
td.TdClassName
{
border-color: #CDF644;
}
.TagClassName
{
border-color: #CDF644;
}
</style>