Shades of Pear #CDF94E
Tints of Pear #CDF94E
RGB
CMYK
RGB Variations
Color information
#CDF94E (or 0xCDF94E) is known color: Pear. HEX triplet: CD, F9 and 4E. RGB value is (205,249,78). Sum of RGB (Red+Green+Blue) = 205+249+78=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 78 (30.86% from 255 or 14.66% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF94E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF94E is #3206B1. Grayscale: #D8D8D8. Windows color (decimal): -3278514 or 5175757. OLE color: 5175757.
HSL color Cylindrical-coordinate representation of color #CDF94E: hue angle of 75.44º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDF94E is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 78 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.02 |
| HSL | 75.44º | 0.93% | 0.64% | - |
| HSV(B) | 75.44º | 0.69% | 0.98% | - |
| XYZ | 60.43 | 81.28 | 19.71 | - |
| YUV | 216.35 | 49.92 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 78 | 0.18 | 0 | 0.69 | 0.02 | 75.44 | 0.93 | 0.64 |
| Hex | CD | F9 | 4E | 12 | 0 | 45 | 2 | 4B | 5D | 40 |
| Octal | 315 | 371 | 116 | 22 | 0 | 105 | 2 | 113 | 135 | 100 |
| Binary | 11001101 | 11111001 | 1001110 | 10010 | 0 | 1000101 | 10 | 1001011 | 1011101 | 1000000 |
Color Harmonies of #CDF94E
Complementary color
Monochromatic Colors of #CDF94E
Black with #CDF94E
Text Example
Text Example
White with #CDF94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF94E; }
p { color: rgb(205,249,78); }
H1.HeaderClassName
{
color: #CDF94E;
}
.AnyTagClassName
{
color: #CDF94E;
}
</style>
background-color css
<style>
a { background-color: #CDF94E; }
a { background-color: rgb(205,249,78); }
div.DivClassName
{
background-color: #CDF94E;
}
.BgClassName
{
background-color: #CDF94E;
}
</style>
border-color css
<style>
span { border-color: #CDF94E; }
span { border-color: rgb(205,249,78); }
td.TdClassName
{
border-color: #CDF94E;
}
.TagClassName
{
border-color: #CDF94E;
}
</style>