Shades of Pear #CDF43E
Tints of Pear #CDF43E
RGB
CMYK
RGB Variations
Color information
#CDF43E (or 0xCDF43E) is known color: Pear. HEX triplet: CD, F4 and 3E. RGB value is (205,244,62). Sum of RGB (Red+Green+Blue) = 205+244+62=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 62 (24.61% from 255 or 12.13% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF43E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF43E is #320BC1. Grayscale: #D4D4D4. Windows color (decimal): -3279810 or 4125901. OLE color: 4125901.
HSL color Cylindrical-coordinate representation of color #CDF43E: hue angle of 72.86º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDF43E is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 62 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.04 |
| HSL | 72.86º | 0.89% | 0.6% | - |
| HSV(B) | 72.86º | 0.75% | 0.96% | - |
| XYZ | 58.4 | 78.03 | 16.54 | - |
| YUV | 211.59 | 43.58 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 62 | 0.16 | 0 | 0.75 | 0.04 | 72.86 | 0.89 | 0.6 |
| Hex | CD | F4 | 3E | 10 | 0 | 4B | 4 | 49 | 59 | 3C |
| Octal | 315 | 364 | 76 | 20 | 0 | 113 | 4 | 111 | 131 | 74 |
| Binary | 11001101 | 11110100 | 111110 | 10000 | 0 | 1001011 | 100 | 1001001 | 1011001 | 111100 |
Color Harmonies of #CDF43E
Complementary color
Monochromatic Colors of #CDF43E
Black with #CDF43E
Text Example
Text Example
White with #CDF43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF43E; }
p { color: rgb(205,244,62); }
H1.HeaderClassName
{
color: #CDF43E;
}
.AnyTagClassName
{
color: #CDF43E;
}
</style>
background-color css
<style>
a { background-color: #CDF43E; }
a { background-color: rgb(205,244,62); }
div.DivClassName
{
background-color: #CDF43E;
}
.BgClassName
{
background-color: #CDF43E;
}
</style>
border-color css
<style>
span { border-color: #CDF43E; }
span { border-color: rgb(205,244,62); }
td.TdClassName
{
border-color: #CDF43E;
}
.TagClassName
{
border-color: #CDF43E;
}
</style>