Shades of Pear #CDF32E
Tints of Pear #CDF32E
RGB
CMYK
RGB Variations
Color information
#CDF32E (or 0xCDF32E) is known color: Pear. HEX triplet: CD, F3 and 2E. RGB value is (205,243,46). Sum of RGB (Red+Green+Blue) = 205+243+46=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 46 (18.36% from 255 or 9.31% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF32E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF32E is #320CD1. Grayscale: #D1D1D1. Windows color (decimal): -3280082 or 3077069. OLE color: 3077069.
HSL color Cylindrical-coordinate representation of color #CDF32E: hue angle of 71.57º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDF32E is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 243 | 46 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.05 |
| HSL | 71.57º | 0.89% | 0.57% | - |
| HSV(B) | 71.57º | 0.81% | 0.95% | - |
| XYZ | 57.72 | 77.28 | 14.46 | - |
| YUV | 209.18 | 35.91 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 46 | 0.16 | 0 | 0.81 | 0.05 | 71.57 | 0.89 | 0.57 |
| Hex | CD | F3 | 2E | 10 | 0 | 51 | 5 | 48 | 59 | 39 |
| Octal | 315 | 363 | 56 | 20 | 0 | 121 | 5 | 110 | 131 | 71 |
| Binary | 11001101 | 11110011 | 101110 | 10000 | 0 | 1010001 | 101 | 1001000 | 1011001 | 111001 |
Color Harmonies of #CDF32E
Complementary color
Monochromatic Colors of #CDF32E
Black with #CDF32E
Text Example
Text Example
White with #CDF32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF32E; }
p { color: rgb(205,243,46); }
H1.HeaderClassName
{
color: #CDF32E;
}
.AnyTagClassName
{
color: #CDF32E;
}
</style>
background-color css
<style>
a { background-color: #CDF32E; }
a { background-color: rgb(205,243,46); }
div.DivClassName
{
background-color: #CDF32E;
}
.BgClassName
{
background-color: #CDF32E;
}
</style>
border-color css
<style>
span { border-color: #CDF32E; }
span { border-color: rgb(205,243,46); }
td.TdClassName
{
border-color: #CDF32E;
}
.TagClassName
{
border-color: #CDF32E;
}
</style>