Shades of Pear #CFF22E
Tints of Pear #CFF22E
RGB
CMYK
RGB Variations
Color information
#CFF22E (or 0xCFF22E) is known color: Pear. HEX triplet: CF, F2 and 2E. RGB value is (207,242,46). Sum of RGB (Red+Green+Blue) = 207+242+46=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 46 (18.36% from 255 or 9.29% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF22E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF22E is #300DD1. Grayscale: #D1D1D1. Windows color (decimal): -3149266 or 3076815. OLE color: 3076815.
HSL color Cylindrical-coordinate representation of color #CFF22E: hue angle of 70.71º degrees, saturation: 0.88, 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 #CFF22E is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 46 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.05 |
| HSL | 70.71º | 0.88% | 0.56% | - |
| HSV(B) | 70.71º | 0.81% | 0.95% | - |
| XYZ | 57.98 | 76.97 | 14.39 | - |
| YUV | 209.19 | 35.9 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 46 | 0.14 | 0 | 0.81 | 0.05 | 70.71 | 0.88 | 0.56 |
| Hex | CF | F2 | 2E | E | 0 | 51 | 5 | 47 | 58 | 38 |
| Octal | 317 | 362 | 56 | 16 | 0 | 121 | 5 | 107 | 130 | 70 |
| Binary | 11001111 | 11110010 | 101110 | 1110 | 0 | 1010001 | 101 | 1000111 | 1011000 | 111000 |
Color Harmonies of #CFF22E
Complementary color
Monochromatic Colors of #CFF22E
Black with #CFF22E
Text Example
Text Example
White with #CFF22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF22E; }
p { color: rgb(207,242,46); }
H1.HeaderClassName
{
color: #CFF22E;
}
.AnyTagClassName
{
color: #CFF22E;
}
</style>
background-color css
<style>
a { background-color: #CFF22E; }
a { background-color: rgb(207,242,46); }
div.DivClassName
{
background-color: #CFF22E;
}
.BgClassName
{
background-color: #CFF22E;
}
</style>
border-color css
<style>
span { border-color: #CFF22E; }
span { border-color: rgb(207,242,46); }
td.TdClassName
{
border-color: #CFF22E;
}
.TagClassName
{
border-color: #CFF22E;
}
</style>