Shades of Pear #CFE22D
Tints of Pear #CFE22D
RGB
CMYK
RGB Variations
Color information
#CFE22D (or 0xCFE22D) is known color: Pear. HEX triplet: CF, E2 and 2D. RGB value is (207,226,45). Sum of RGB (Red+Green+Blue) = 207+226+45=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 226 (88.67% from 255 or 47.28% from 478); Blue value is 45 (17.97% from 255 or 9.41% from 478); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE22D is #301DD2. Grayscale: #C8C8C8. Windows color (decimal): -3153363 or 3007183. OLE color: 3007183.
HSL color Cylindrical-coordinate representation of color #CFE22D: hue angle of 66.3º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFE22D is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 45 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.11 |
| HSL | 66.3º | 0.76% | 0.53% | - |
| HSV(B) | 66.3º | 0.8% | 0.89% | - |
| XYZ | 53.4 | 67.85 | 12.76 | - |
| YUV | 199.69 | 40.71 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 45 | 0.08 | 0 | 0.80 | 0.11 | 66.3 | 0.76 | 0.53 |
| Hex | CF | E2 | 2D | 8 | 0 | 50 | B | 42 | 4C | 35 |
| Octal | 317 | 342 | 55 | 10 | 0 | 120 | 13 | 102 | 114 | 65 |
| Binary | 11001111 | 11100010 | 101101 | 1000 | 0 | 1010000 | 1011 | 1000010 | 1001100 | 110101 |
Color Harmonies of #CFE22D
Complementary color
Monochromatic Colors of #CFE22D
Black with #CFE22D
Text Example
Text Example
White with #CFE22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE22D; }
p { color: rgb(207,226,45); }
H1.HeaderClassName
{
color: #CFE22D;
}
.AnyTagClassName
{
color: #CFE22D;
}
</style>
background-color css
<style>
a { background-color: #CFE22D; }
a { background-color: rgb(207,226,45); }
div.DivClassName
{
background-color: #CFE22D;
}
.BgClassName
{
background-color: #CFE22D;
}
</style>
border-color css
<style>
span { border-color: #CFE22D; }
span { border-color: rgb(207,226,45); }
td.TdClassName
{
border-color: #CFE22D;
}
.TagClassName
{
border-color: #CFE22D;
}
</style>