Shades of Pear #CFE922
Tints of Pear #CFE922
RGB
CMYK
RGB Variations
Color information
#CFE922 (or 0xCFE922) is known color: Pear. HEX triplet: CF, E9 and 22. RGB value is (207,233,34). Sum of RGB (Red+Green+Blue) = 207+233+34=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 34 (13.67% from 255 or 7.17% from 474); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE922 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE922 is #3016DD. Grayscale: #CBCBCB. Windows color (decimal): -3151582 or 2288079. OLE color: 2288079.
HSL color Cylindrical-coordinate representation of color #CFE922: hue angle of 67.84º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFE922 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 34 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.09 |
| HSL | 67.84º | 0.82% | 0.52% | - |
| HSV(B) | 67.84º | 0.85% | 0.91% | - |
| XYZ | 55.16 | 71.66 | 12.44 | - |
| YUV | 202.54 | 32.89 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 34 | 0.11 | 0 | 0.85 | 0.09 | 67.84 | 0.82 | 0.52 |
| Hex | CF | E9 | 22 | B | 0 | 55 | 9 | 44 | 52 | 34 |
| Octal | 317 | 351 | 42 | 13 | 0 | 125 | 11 | 104 | 122 | 64 |
| Binary | 11001111 | 11101001 | 100010 | 1011 | 0 | 1010101 | 1001 | 1000100 | 1010010 | 110100 |
Color Harmonies of #CFE922
Complementary color
Monochromatic Colors of #CFE922
Black with #CFE922
Text Example
Text Example
White with #CFE922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE922; }
p { color: rgb(207,233,34); }
H1.HeaderClassName
{
color: #CFE922;
}
.AnyTagClassName
{
color: #CFE922;
}
</style>
background-color css
<style>
a { background-color: #CFE922; }
a { background-color: rgb(207,233,34); }
div.DivClassName
{
background-color: #CFE922;
}
.BgClassName
{
background-color: #CFE922;
}
</style>
border-color css
<style>
span { border-color: #CFE922; }
span { border-color: rgb(207,233,34); }
td.TdClassName
{
border-color: #CFE922;
}
.TagClassName
{
border-color: #CFE922;
}
</style>