Shades of Pear #CFE322
Tints of Pear #CFE322
RGB
CMYK
RGB Variations
Color information
#CFE322 (or 0xCFE322) is known color: Pear. HEX triplet: CF, E3 and 22. RGB value is (207,227,34). Sum of RGB (Red+Green+Blue) = 207+227+34=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 34 (13.67% from 255 or 7.26% from 468); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE322 is #301CDD. Grayscale: #C7C7C7. Windows color (decimal): -3153118 or 2286543. OLE color: 2286543.
HSL color Cylindrical-coordinate representation of color #CFE322: hue angle of 66.22º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFE322 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 34 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.11 |
| HSL | 66.22º | 0.78% | 0.51% | - |
| HSV(B) | 66.22º | 0.85% | 0.89% | - |
| XYZ | 53.49 | 68.32 | 11.88 | - |
| YUV | 199.02 | 34.87 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 34 | 0.09 | 0 | 0.85 | 0.11 | 66.22 | 0.78 | 0.51 |
| Hex | CF | E3 | 22 | 9 | 0 | 55 | B | 42 | 4E | 33 |
| Octal | 317 | 343 | 42 | 11 | 0 | 125 | 13 | 102 | 116 | 63 |
| Binary | 11001111 | 11100011 | 100010 | 1001 | 0 | 1010101 | 1011 | 1000010 | 1001110 | 110011 |
Color Harmonies of #CFE322
Complementary color
Monochromatic Colors of #CFE322
Black with #CFE322
Text Example
Text Example
White with #CFE322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE322; }
p { color: rgb(207,227,34); }
H1.HeaderClassName
{
color: #CFE322;
}
.AnyTagClassName
{
color: #CFE322;
}
</style>
background-color css
<style>
a { background-color: #CFE322; }
a { background-color: rgb(207,227,34); }
div.DivClassName
{
background-color: #CFE322;
}
.BgClassName
{
background-color: #CFE322;
}
</style>
border-color css
<style>
span { border-color: #CFE322; }
span { border-color: rgb(207,227,34); }
td.TdClassName
{
border-color: #CFE322;
}
.TagClassName
{
border-color: #CFE322;
}
</style>