Shades of Pear #CFE12E
Tints of Pear #CFE12E
RGB
CMYK
RGB Variations
Color information
#CFE12E (or 0xCFE12E) is known color: Pear. HEX triplet: CF, E1 and 2E. RGB value is (207,225,46). Sum of RGB (Red+Green+Blue) = 207+225+46=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 46 (18.36% from 255 or 9.62% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE12E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE12E is #301ED1. Grayscale: #C7C7C7. Windows color (decimal): -3153618 or 3072463. OLE color: 3072463.
HSL color Cylindrical-coordinate representation of color #CFE12E: hue angle of 66.03º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFE12E is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 46 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.12 |
| HSL | 66.03º | 0.75% | 0.53% | - |
| HSV(B) | 66.03º | 0.8% | 0.88% | - |
| XYZ | 53.15 | 67.31 | 12.78 | - |
| YUV | 199.21 | 41.54 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 46 | 0.08 | 0 | 0.80 | 0.12 | 66.03 | 0.75 | 0.53 |
| Hex | CF | E1 | 2E | 8 | 0 | 50 | C | 42 | 4B | 35 |
| Octal | 317 | 341 | 56 | 10 | 0 | 120 | 14 | 102 | 113 | 65 |
| Binary | 11001111 | 11100001 | 101110 | 1000 | 0 | 1010000 | 1100 | 1000010 | 1001011 | 110101 |
Color Harmonies of #CFE12E
Complementary color
Monochromatic Colors of #CFE12E
Black with #CFE12E
Text Example
Text Example
White with #CFE12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE12E; }
p { color: rgb(207,225,46); }
H1.HeaderClassName
{
color: #CFE12E;
}
.AnyTagClassName
{
color: #CFE12E;
}
</style>
background-color css
<style>
a { background-color: #CFE12E; }
a { background-color: rgb(207,225,46); }
div.DivClassName
{
background-color: #CFE12E;
}
.BgClassName
{
background-color: #CFE12E;
}
</style>
border-color css
<style>
span { border-color: #CFE12E; }
span { border-color: rgb(207,225,46); }
td.TdClassName
{
border-color: #CFE12E;
}
.TagClassName
{
border-color: #CFE12E;
}
</style>