Shades of Pear #CDF73F
Tints of Pear #CDF73F
RGB
CMYK
RGB Variations
Color information
#CDF73F (or 0xCDF73F) is known color: Pear. HEX triplet: CD, F7 and 3F. RGB value is (205,247,63). Sum of RGB (Red+Green+Blue) = 205+247+63=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 63 (25% from 255 or 12.23% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF73F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF73F is #3208C0. Grayscale: #D6D6D6. Windows color (decimal): -3279041 or 4192205. OLE color: 4192205.
HSL color Cylindrical-coordinate representation of color #CDF73F: hue angle of 73.7º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDF73F is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 63 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.03 |
| HSL | 73.7º | 0.92% | 0.61% | - |
| HSV(B) | 73.7º | 0.74% | 0.97% | - |
| XYZ | 59.33 | 79.86 | 16.99 | - |
| YUV | 213.47 | 43.09 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 63 | 0.17 | 0 | 0.74 | 0.03 | 73.7 | 0.92 | 0.61 |
| Hex | CD | F7 | 3F | 11 | 0 | 4A | 3 | 4A | 5C | 3D |
| Octal | 315 | 367 | 77 | 21 | 0 | 112 | 3 | 112 | 134 | 75 |
| Binary | 11001101 | 11110111 | 111111 | 10001 | 0 | 1001010 | 11 | 1001010 | 1011100 | 111101 |
Color Harmonies of #CDF73F
Complementary color
Monochromatic Colors of #CDF73F
Black with #CDF73F
Text Example
Text Example
White with #CDF73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF73F; }
p { color: rgb(205,247,63); }
H1.HeaderClassName
{
color: #CDF73F;
}
.AnyTagClassName
{
color: #CDF73F;
}
</style>
background-color css
<style>
a { background-color: #CDF73F; }
a { background-color: rgb(205,247,63); }
div.DivClassName
{
background-color: #CDF73F;
}
.BgClassName
{
background-color: #CDF73F;
}
</style>
border-color css
<style>
span { border-color: #CDF73F; }
span { border-color: rgb(205,247,63); }
td.TdClassName
{
border-color: #CDF73F;
}
.TagClassName
{
border-color: #CDF73F;
}
</style>