Shades of Pear #CDF73B
Tints of Pear #CDF73B
RGB
CMYK
RGB Variations
Color information
#CDF73B (or 0xCDF73B) is known color: Pear. HEX triplet: CD, F7 and 3B. RGB value is (205,247,59). Sum of RGB (Red+Green+Blue) = 205+247+59=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 247 (96.88% from 255 or 48.34% from 511); Blue value is 59 (23.44% from 255 or 11.55% from 511); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF73B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF73B is #3208C4. Grayscale: #D5D5D5. Windows color (decimal): -3279045 or 3930061. OLE color: 3930061.
HSL color Cylindrical-coordinate representation of color #CDF73B: hue angle of 73.4º 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 #CDF73B is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 59 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.03 |
| HSL | 73.4º | 0.92% | 0.6% | - |
| HSV(B) | 73.4º | 0.76% | 0.97% | - |
| XYZ | 59.23 | 79.82 | 16.42 | - |
| YUV | 213.01 | 41.09 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 59 | 0.17 | 0 | 0.76 | 0.03 | 73.4 | 0.92 | 0.6 |
| Hex | CD | F7 | 3B | 11 | 0 | 4C | 3 | 49 | 5C | 3C |
| Octal | 315 | 367 | 73 | 21 | 0 | 114 | 3 | 111 | 134 | 74 |
| Binary | 11001101 | 11110111 | 111011 | 10001 | 0 | 1001100 | 11 | 1001001 | 1011100 | 111100 |
Color Harmonies of #CDF73B
Complementary color
Monochromatic Colors of #CDF73B
Black with #CDF73B
Text Example
Text Example
White with #CDF73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF73B; }
p { color: rgb(205,247,59); }
H1.HeaderClassName
{
color: #CDF73B;
}
.AnyTagClassName
{
color: #CDF73B;
}
</style>
background-color css
<style>
a { background-color: #CDF73B; }
a { background-color: rgb(205,247,59); }
div.DivClassName
{
background-color: #CDF73B;
}
.BgClassName
{
background-color: #CDF73B;
}
</style>
border-color css
<style>
span { border-color: #CDF73B; }
span { border-color: rgb(205,247,59); }
td.TdClassName
{
border-color: #CDF73B;
}
.TagClassName
{
border-color: #CDF73B;
}
</style>