Shades of Pear #CFE12F
Tints of Pear #CFE12F
RGB
CMYK
RGB Variations
Color information
#CFE12F (or 0xCFE12F) is known color: Pear. HEX triplet: CF, E1 and 2F. RGB value is (207,225,47). Sum of RGB (Red+Green+Blue) = 207+225+47=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 47 (18.75% from 255 or 9.81% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE12F is #301ED0. Grayscale: #C8C8C8. Windows color (decimal): -3153617 or 3137999. OLE color: 3137999.
HSL color Cylindrical-coordinate representation of color #CFE12F: hue angle of 66.07º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFE12F is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 47 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.12 |
| HSL | 66.07º | 0.75% | 0.53% | - |
| HSV(B) | 66.07º | 0.79% | 0.88% | - |
| XYZ | 53.17 | 67.32 | 12.88 | - |
| YUV | 199.33 | 42.04 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 47 | 0.08 | 0 | 0.79 | 0.12 | 66.07 | 0.75 | 0.53 |
| Hex | CF | E1 | 2F | 8 | 0 | 4F | C | 42 | 4B | 35 |
| Octal | 317 | 341 | 57 | 10 | 0 | 117 | 14 | 102 | 113 | 65 |
| Binary | 11001111 | 11100001 | 101111 | 1000 | 0 | 1001111 | 1100 | 1000010 | 1001011 | 110101 |
Color Harmonies of #CFE12F
Complementary color
Monochromatic Colors of #CFE12F
Black with #CFE12F
Text Example
Text Example
White with #CFE12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE12F; }
p { color: rgb(207,225,47); }
H1.HeaderClassName
{
color: #CFE12F;
}
.AnyTagClassName
{
color: #CFE12F;
}
</style>
background-color css
<style>
a { background-color: #CFE12F; }
a { background-color: rgb(207,225,47); }
div.DivClassName
{
background-color: #CFE12F;
}
.BgClassName
{
background-color: #CFE12F;
}
</style>
border-color css
<style>
span { border-color: #CFE12F; }
span { border-color: rgb(207,225,47); }
td.TdClassName
{
border-color: #CFE12F;
}
.TagClassName
{
border-color: #CFE12F;
}
</style>