Shades of Pear #CFE22A
Tints of Pear #CFE22A
RGB
CMYK
RGB Variations
Color information
#CFE22A (or 0xCFE22A) is known color: Pear. HEX triplet: CF, E2 and 2A. RGB value is (207,226,42). Sum of RGB (Red+Green+Blue) = 207+226+42=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 226 (88.67% from 255 or 47.58% from 475); Blue value is 42 (16.80% from 255 or 8.84% from 475); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE22A is #301DD5. Grayscale: #C8C8C8. Windows color (decimal): -3153366 or 2810575. OLE color: 2810575.
HSL color Cylindrical-coordinate representation of color #CFE22A: hue angle of 66.2º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFE22A is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 42 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.11 |
| HSL | 66.2º | 0.76% | 0.53% | - |
| HSV(B) | 66.2º | 0.81% | 0.89% | - |
| XYZ | 53.35 | 67.83 | 12.47 | - |
| YUV | 199.34 | 39.21 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 42 | 0.08 | 0 | 0.81 | 0.11 | 66.2 | 0.76 | 0.53 |
| Hex | CF | E2 | 2A | 8 | 0 | 51 | B | 42 | 4C | 35 |
| Octal | 317 | 342 | 52 | 10 | 0 | 121 | 13 | 102 | 114 | 65 |
| Binary | 11001111 | 11100010 | 101010 | 1000 | 0 | 1010001 | 1011 | 1000010 | 1001100 | 110101 |
Color Harmonies of #CFE22A
Complementary color
Monochromatic Colors of #CFE22A
Black with #CFE22A
Text Example
Text Example
White with #CFE22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE22A; }
p { color: rgb(207,226,42); }
H1.HeaderClassName
{
color: #CFE22A;
}
.AnyTagClassName
{
color: #CFE22A;
}
</style>
background-color css
<style>
a { background-color: #CFE22A; }
a { background-color: rgb(207,226,42); }
div.DivClassName
{
background-color: #CFE22A;
}
.BgClassName
{
background-color: #CFE22A;
}
</style>
border-color css
<style>
span { border-color: #CFE22A; }
span { border-color: rgb(207,226,42); }
td.TdClassName
{
border-color: #CFE22A;
}
.TagClassName
{
border-color: #CFE22A;
}
</style>