Shades of Pear #CFE122
Tints of Pear #CFE122
RGB
CMYK
RGB Variations
Color information
#CFE122 (or 0xCFE122) is known color: Pear. HEX triplet: CF, E1 and 22. RGB value is (207,225,34). Sum of RGB (Red+Green+Blue) = 207+225+34=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 34 (13.67% from 255 or 7.30% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE122 is #301EDD. Grayscale: #C6C6C6. Windows color (decimal): -3153630 or 2286031. OLE color: 2286031.
HSL color Cylindrical-coordinate representation of color #CFE122: hue angle of 65.65º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFE122 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 34 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.12 |
| HSL | 65.65º | 0.76% | 0.51% | - |
| HSV(B) | 65.65º | 0.85% | 0.88% | - |
| XYZ | 52.95 | 67.23 | 11.7 | - |
| YUV | 197.84 | 35.54 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 34 | 0.08 | 0 | 0.85 | 0.12 | 65.65 | 0.76 | 0.51 |
| Hex | CF | E1 | 22 | 8 | 0 | 55 | C | 42 | 4C | 33 |
| Octal | 317 | 341 | 42 | 10 | 0 | 125 | 14 | 102 | 114 | 63 |
| Binary | 11001111 | 11100001 | 100010 | 1000 | 0 | 1010101 | 1100 | 1000010 | 1001100 | 110011 |
Color Harmonies of #CFE122
Complementary color
Monochromatic Colors of #CFE122
Black with #CFE122
Text Example
Text Example
White with #CFE122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE122; }
p { color: rgb(207,225,34); }
H1.HeaderClassName
{
color: #CFE122;
}
.AnyTagClassName
{
color: #CFE122;
}
</style>
background-color css
<style>
a { background-color: #CFE122; }
a { background-color: rgb(207,225,34); }
div.DivClassName
{
background-color: #CFE122;
}
.BgClassName
{
background-color: #CFE122;
}
</style>
border-color css
<style>
span { border-color: #CFE122; }
span { border-color: rgb(207,225,34); }
td.TdClassName
{
border-color: #CFE122;
}
.TagClassName
{
border-color: #CFE122;
}
</style>