Shades of Pear #CDF949
Tints of Pear #CDF949
RGB
CMYK
RGB Variations
Color information
#CDF949 (or 0xCDF949) is known color: Pear. HEX triplet: CD, F9 and 49. RGB value is (205,249,73). Sum of RGB (Red+Green+Blue) = 205+249+73=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 73 (28.91% from 255 or 13.85% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF949 is #3206B6. Grayscale: #D8D8D8. Windows color (decimal): -3278519 or 4848077. OLE color: 4848077.
HSL color Cylindrical-coordinate representation of color #CDF949: hue angle of 75º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDF949 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 73 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.02 |
| HSL | 75º | 0.94% | 0.63% | - |
| HSV(B) | 75º | 0.71% | 0.98% | - |
| XYZ | 60.26 | 81.21 | 18.8 | - |
| YUV | 215.78 | 47.42 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 73 | 0.18 | 0 | 0.71 | 0.02 | 75 | 0.94 | 0.63 |
| Hex | CD | F9 | 49 | 12 | 0 | 47 | 2 | 4B | 5E | 3F |
| Octal | 315 | 371 | 111 | 22 | 0 | 107 | 2 | 113 | 136 | 77 |
| Binary | 11001101 | 11111001 | 1001001 | 10010 | 0 | 1000111 | 10 | 1001011 | 1011110 | 111111 |
Color Harmonies of #CDF949
Complementary color
Monochromatic Colors of #CDF949
Black with #CDF949
Text Example
Text Example
White with #CDF949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF949; }
p { color: rgb(205,249,73); }
H1.HeaderClassName
{
color: #CDF949;
}
.AnyTagClassName
{
color: #CDF949;
}
</style>
background-color css
<style>
a { background-color: #CDF949; }
a { background-color: rgb(205,249,73); }
div.DivClassName
{
background-color: #CDF949;
}
.BgClassName
{
background-color: #CDF949;
}
</style>
border-color css
<style>
span { border-color: #CDF949; }
span { border-color: rgb(205,249,73); }
td.TdClassName
{
border-color: #CDF949;
}
.TagClassName
{
border-color: #CDF949;
}
</style>