Shades of Pear #CDF649
Tints of Pear #CDF649
RGB
CMYK
RGB Variations
Color information
#CDF649 (or 0xCDF649) is known color: Pear. HEX triplet: CD, F6 and 49. RGB value is (205,246,73). Sum of RGB (Red+Green+Blue) = 205+246+73=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 246 (96.48% from 255 or 46.95% from 524); Blue value is 73 (28.91% from 255 or 13.93% from 524); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF649 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF649 is #3209B6. Grayscale: #D6D6D6. Windows color (decimal): -3279287 or 4847309. OLE color: 4847309.
HSL color Cylindrical-coordinate representation of color #CDF649: hue angle of 74.22º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDF649 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 73 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.04 |
| HSL | 74.22º | 0.91% | 0.63% | - |
| HSV(B) | 74.22º | 0.7% | 0.96% | - |
| XYZ | 59.34 | 79.37 | 18.5 | - |
| YUV | 214.02 | 48.42 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 73 | 0.17 | 0 | 0.70 | 0.04 | 74.22 | 0.91 | 0.63 |
| Hex | CD | F6 | 49 | 11 | 0 | 46 | 4 | 4A | 5B | 3F |
| Octal | 315 | 366 | 111 | 21 | 0 | 106 | 4 | 112 | 133 | 77 |
| Binary | 11001101 | 11110110 | 1001001 | 10001 | 0 | 1000110 | 100 | 1001010 | 1011011 | 111111 |
Color Harmonies of #CDF649
Complementary color
Monochromatic Colors of #CDF649
Black with #CDF649
Text Example
Text Example
White with #CDF649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF649; }
p { color: rgb(205,246,73); }
H1.HeaderClassName
{
color: #CDF649;
}
.AnyTagClassName
{
color: #CDF649;
}
</style>
background-color css
<style>
a { background-color: #CDF649; }
a { background-color: rgb(205,246,73); }
div.DivClassName
{
background-color: #CDF649;
}
.BgClassName
{
background-color: #CDF649;
}
</style>
border-color css
<style>
span { border-color: #CDF649; }
span { border-color: rgb(205,246,73); }
td.TdClassName
{
border-color: #CDF649;
}
.TagClassName
{
border-color: #CDF649;
}
</style>