Shades of Pear #CFE22F
Tints of Pear #CFE22F
RGB
CMYK
RGB Variations
Color information
#CFE22F (or 0xCFE22F) is known color: Pear. HEX triplet: CF, E2 and 2F. RGB value is (207,226,47). Sum of RGB (Red+Green+Blue) = 207+226+47=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 47 (18.75% from 255 or 9.79% from 480); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE22F is #301DD0. Grayscale: #C8C8C8. Windows color (decimal): -3153361 or 3138255. OLE color: 3138255.
HSL color Cylindrical-coordinate representation of color #CFE22F: hue angle of 66.37º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFE22F is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 47 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.11 |
| HSL | 66.37º | 0.76% | 0.54% | - |
| HSV(B) | 66.37º | 0.79% | 0.89% | - |
| XYZ | 53.44 | 67.86 | 12.97 | - |
| YUV | 199.91 | 41.71 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 47 | 0.08 | 0 | 0.79 | 0.11 | 66.37 | 0.76 | 0.54 |
| Hex | CF | E2 | 2F | 8 | 0 | 4F | B | 42 | 4C | 36 |
| Octal | 317 | 342 | 57 | 10 | 0 | 117 | 13 | 102 | 114 | 66 |
| Binary | 11001111 | 11100010 | 101111 | 1000 | 0 | 1001111 | 1011 | 1000010 | 1001100 | 110110 |
Color Harmonies of #CFE22F
Complementary color
Monochromatic Colors of #CFE22F
Black with #CFE22F
Text Example
Text Example
White with #CFE22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE22F; }
p { color: rgb(207,226,47); }
H1.HeaderClassName
{
color: #CFE22F;
}
.AnyTagClassName
{
color: #CFE22F;
}
</style>
background-color css
<style>
a { background-color: #CFE22F; }
a { background-color: rgb(207,226,47); }
div.DivClassName
{
background-color: #CFE22F;
}
.BgClassName
{
background-color: #CFE22F;
}
</style>
border-color css
<style>
span { border-color: #CFE22F; }
span { border-color: rgb(207,226,47); }
td.TdClassName
{
border-color: #CFE22F;
}
.TagClassName
{
border-color: #CFE22F;
}
</style>