Shades of Pear #CDF549
Tints of Pear #CDF549
RGB
CMYK
RGB Variations
Color information
#CDF549 (or 0xCDF549) is known color: Pear. HEX triplet: CD, F5 and 49. RGB value is (205,245,73). Sum of RGB (Red+Green+Blue) = 205+245+73=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 73 (28.91% from 255 or 13.96% from 523); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF549 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF549 is #320AB6. Grayscale: #D6D6D6. Windows color (decimal): -3279543 or 4847053. OLE color: 4847053.
HSL color Cylindrical-coordinate representation of color #CDF549: hue angle of 73.95º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDF549 is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 73 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.04 |
| HSL | 73.95º | 0.9% | 0.62% | - |
| HSV(B) | 73.95º | 0.7% | 0.96% | - |
| XYZ | 59.03 | 78.76 | 18.4 | - |
| YUV | 213.43 | 48.75 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 73 | 0.16 | 0 | 0.70 | 0.04 | 73.95 | 0.9 | 0.62 |
| Hex | CD | F5 | 49 | 10 | 0 | 46 | 4 | 4A | 5A | 3E |
| Octal | 315 | 365 | 111 | 20 | 0 | 106 | 4 | 112 | 132 | 76 |
| Binary | 11001101 | 11110101 | 1001001 | 10000 | 0 | 1000110 | 100 | 1001010 | 1011010 | 111110 |
Color Harmonies of #CDF549
Complementary color
Monochromatic Colors of #CDF549
Black with #CDF549
Text Example
Text Example
White with #CDF549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF549; }
p { color: rgb(205,245,73); }
H1.HeaderClassName
{
color: #CDF549;
}
.AnyTagClassName
{
color: #CDF549;
}
</style>
background-color css
<style>
a { background-color: #CDF549; }
a { background-color: rgb(205,245,73); }
div.DivClassName
{
background-color: #CDF549;
}
.BgClassName
{
background-color: #CDF549;
}
</style>
border-color css
<style>
span { border-color: #CDF549; }
span { border-color: rgb(205,245,73); }
td.TdClassName
{
border-color: #CDF549;
}
.TagClassName
{
border-color: #CDF549;
}
</style>