Shades of Pear #CDF749
Tints of Pear #CDF749
RGB
CMYK
RGB Variations
Color information
#CDF749 (or 0xCDF749) is known color: Pear. HEX triplet: CD, F7 and 49. RGB value is (205,247,73). Sum of RGB (Red+Green+Blue) = 205+247+73=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 73 (28.91% from 255 or 13.90% from 525); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF749 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF749 is #3208B6. Grayscale: #D7D7D7. Windows color (decimal): -3279031 or 4847565. OLE color: 4847565.
HSL color Cylindrical-coordinate representation of color #CDF749: hue angle of 74.48º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDF749 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 73 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.03 |
| HSL | 74.48º | 0.92% | 0.63% | - |
| HSV(B) | 74.48º | 0.7% | 0.97% | - |
| XYZ | 59.64 | 79.98 | 18.6 | - |
| YUV | 214.61 | 48.09 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 73 | 0.17 | 0 | 0.70 | 0.03 | 74.48 | 0.92 | 0.63 |
| Hex | CD | F7 | 49 | 11 | 0 | 46 | 3 | 4A | 5C | 3F |
| Octal | 315 | 367 | 111 | 21 | 0 | 106 | 3 | 112 | 134 | 77 |
| Binary | 11001101 | 11110111 | 1001001 | 10001 | 0 | 1000110 | 11 | 1001010 | 1011100 | 111111 |
Color Harmonies of #CDF749
Complementary color
Monochromatic Colors of #CDF749
Black with #CDF749
Text Example
Text Example
White with #CDF749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF749; }
p { color: rgb(205,247,73); }
H1.HeaderClassName
{
color: #CDF749;
}
.AnyTagClassName
{
color: #CDF749;
}
</style>
background-color css
<style>
a { background-color: #CDF749; }
a { background-color: rgb(205,247,73); }
div.DivClassName
{
background-color: #CDF749;
}
.BgClassName
{
background-color: #CDF749;
}
</style>
border-color css
<style>
span { border-color: #CDF749; }
span { border-color: rgb(205,247,73); }
td.TdClassName
{
border-color: #CDF749;
}
.TagClassName
{
border-color: #CDF749;
}
</style>