Shades of Pear #CDF12E
Tints of Pear #CDF12E
RGB
CMYK
RGB Variations
Color information
#CDF12E (or 0xCDF12E) is known color: Pear. HEX triplet: CD, F1 and 2E. RGB value is (205,241,46). Sum of RGB (Red+Green+Blue) = 205+241+46=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 46 (18.36% from 255 or 9.35% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF12E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF12E is #320ED1. Grayscale: #D0D0D0. Windows color (decimal): -3280594 or 3076557. OLE color: 3076557.
HSL color Cylindrical-coordinate representation of color #CDF12E: hue angle of 71.08º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDF12E is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 46 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.05 |
| HSL | 71.08º | 0.87% | 0.56% | - |
| HSV(B) | 71.08º | 0.81% | 0.95% | - |
| XYZ | 57.13 | 76.09 | 14.26 | - |
| YUV | 208.01 | 36.57 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 46 | 0.15 | 0 | 0.81 | 0.05 | 71.08 | 0.87 | 0.56 |
| Hex | CD | F1 | 2E | F | 0 | 51 | 5 | 47 | 57 | 38 |
| Octal | 315 | 361 | 56 | 17 | 0 | 121 | 5 | 107 | 127 | 70 |
| Binary | 11001101 | 11110001 | 101110 | 1111 | 0 | 1010001 | 101 | 1000111 | 1010111 | 111000 |
Color Harmonies of #CDF12E
Complementary color
Monochromatic Colors of #CDF12E
Black with #CDF12E
Text Example
Text Example
White with #CDF12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF12E; }
p { color: rgb(205,241,46); }
H1.HeaderClassName
{
color: #CDF12E;
}
.AnyTagClassName
{
color: #CDF12E;
}
</style>
background-color css
<style>
a { background-color: #CDF12E; }
a { background-color: rgb(205,241,46); }
div.DivClassName
{
background-color: #CDF12E;
}
.BgClassName
{
background-color: #CDF12E;
}
</style>
border-color css
<style>
span { border-color: #CDF12E; }
span { border-color: rgb(205,241,46); }
td.TdClassName
{
border-color: #CDF12E;
}
.TagClassName
{
border-color: #CDF12E;
}
</style>