Shades of Pear #CDF73C
Tints of Pear #CDF73C
RGB
CMYK
RGB Variations
Color information
#CDF73C (or 0xCDF73C) is known color: Pear. HEX triplet: CD, F7 and 3C. RGB value is (205,247,60). Sum of RGB (Red+Green+Blue) = 205+247+60=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 60 (23.83% from 255 or 11.72% from 512); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF73C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF73C is #3208C3. Grayscale: #D5D5D5. Windows color (decimal): -3279044 or 3995597. OLE color: 3995597.
HSL color Cylindrical-coordinate representation of color #CDF73C: hue angle of 73.48º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDF73C is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 60 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.03 |
| HSL | 73.48º | 0.92% | 0.6% | - |
| HSV(B) | 73.48º | 0.76% | 0.97% | - |
| XYZ | 59.25 | 79.83 | 16.56 | - |
| YUV | 213.12 | 41.59 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 60 | 0.17 | 0 | 0.76 | 0.03 | 73.48 | 0.92 | 0.6 |
| Hex | CD | F7 | 3C | 11 | 0 | 4C | 3 | 49 | 5C | 3C |
| Octal | 315 | 367 | 74 | 21 | 0 | 114 | 3 | 111 | 134 | 74 |
| Binary | 11001101 | 11110111 | 111100 | 10001 | 0 | 1001100 | 11 | 1001001 | 1011100 | 111100 |
Color Harmonies of #CDF73C
Complementary color
Monochromatic Colors of #CDF73C
Black with #CDF73C
Text Example
Text Example
White with #CDF73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF73C; }
p { color: rgb(205,247,60); }
H1.HeaderClassName
{
color: #CDF73C;
}
.AnyTagClassName
{
color: #CDF73C;
}
</style>
background-color css
<style>
a { background-color: #CDF73C; }
a { background-color: rgb(205,247,60); }
div.DivClassName
{
background-color: #CDF73C;
}
.BgClassName
{
background-color: #CDF73C;
}
</style>
border-color css
<style>
span { border-color: #CDF73C; }
span { border-color: rgb(205,247,60); }
td.TdClassName
{
border-color: #CDF73C;
}
.TagClassName
{
border-color: #CDF73C;
}
</style>