Shades of Pear #CEF022
Tints of Pear #CEF022
RGB
CMYK
RGB Variations
Color information
#CEF022 (or 0xCEF022) is known color: Pear. HEX triplet: CE, F0 and 22. RGB value is (206,240,34). Sum of RGB (Red+Green+Blue) = 206+240+34=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 240 (94.14% from 255 or 50% from 480); Blue value is 34 (13.67% from 255 or 7.08% from 480); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF022 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF022 is #310FDD. Grayscale: #CFCFCF. Windows color (decimal): -3215326 or 2289870. OLE color: 2289870.
HSL color Cylindrical-coordinate representation of color #CEF022: hue angle of 69.9º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEF022 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 34 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.06 |
| HSL | 69.9º | 0.87% | 0.54% | - |
| HSV(B) | 69.9º | 0.86% | 0.94% | - |
| XYZ | 56.9 | 75.56 | 13.1 | - |
| YUV | 206.35 | 30.74 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 34 | 0.14 | 0 | 0.86 | 0.06 | 69.9 | 0.87 | 0.54 |
| Hex | CE | F0 | 22 | E | 0 | 56 | 6 | 46 | 57 | 36 |
| Octal | 316 | 360 | 42 | 16 | 0 | 126 | 6 | 106 | 127 | 66 |
| Binary | 11001110 | 11110000 | 100010 | 1110 | 0 | 1010110 | 110 | 1000110 | 1010111 | 110110 |
Color Harmonies of #CEF022
Complementary color
Monochromatic Colors of #CEF022
Black with #CEF022
Text Example
Text Example
White with #CEF022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF022; }
p { color: rgb(206,240,34); }
H1.HeaderClassName
{
color: #CEF022;
}
.AnyTagClassName
{
color: #CEF022;
}
</style>
background-color css
<style>
a { background-color: #CEF022; }
a { background-color: rgb(206,240,34); }
div.DivClassName
{
background-color: #CEF022;
}
.BgClassName
{
background-color: #CEF022;
}
</style>
border-color css
<style>
span { border-color: #CEF022; }
span { border-color: rgb(206,240,34); }
td.TdClassName
{
border-color: #CEF022;
}
.TagClassName
{
border-color: #CEF022;
}
</style>