Shades of Pear #CFF12E
Tints of Pear #CFF12E
RGB
CMYK
RGB Variations
Color information
#CFF12E (or 0xCFF12E) is known color: Pear. HEX triplet: CF, F1 and 2E. RGB value is (207,241,46). Sum of RGB (Red+Green+Blue) = 207+241+46=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 46 (18.36% from 255 or 9.31% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF12E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF12E is #300ED1. Grayscale: #D1D1D1. Windows color (decimal): -3149522 or 3076559. OLE color: 3076559.
HSL color Cylindrical-coordinate representation of color #CFF12E: hue angle of 70.46º 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 #CFF12E is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 46 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.05 |
| HSL | 70.46º | 0.87% | 0.56% | - |
| HSV(B) | 70.46º | 0.81% | 0.95% | - |
| XYZ | 57.68 | 76.37 | 14.29 | - |
| YUV | 208.6 | 36.24 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 46 | 0.14 | 0 | 0.81 | 0.05 | 70.46 | 0.87 | 0.56 |
| Hex | CF | F1 | 2E | E | 0 | 51 | 5 | 46 | 57 | 38 |
| Octal | 317 | 361 | 56 | 16 | 0 | 121 | 5 | 106 | 127 | 70 |
| Binary | 11001111 | 11110001 | 101110 | 1110 | 0 | 1010001 | 101 | 1000110 | 1010111 | 111000 |
Color Harmonies of #CFF12E
Complementary color
Monochromatic Colors of #CFF12E
Black with #CFF12E
Text Example
Text Example
White with #CFF12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF12E; }
p { color: rgb(207,241,46); }
H1.HeaderClassName
{
color: #CFF12E;
}
.AnyTagClassName
{
color: #CFF12E;
}
</style>
background-color css
<style>
a { background-color: #CFF12E; }
a { background-color: rgb(207,241,46); }
div.DivClassName
{
background-color: #CFF12E;
}
.BgClassName
{
background-color: #CFF12E;
}
</style>
border-color css
<style>
span { border-color: #CFF12E; }
span { border-color: rgb(207,241,46); }
td.TdClassName
{
border-color: #CFF12E;
}
.TagClassName
{
border-color: #CFF12E;
}
</style>