Shades of Pear #CEF622
Tints of Pear #CEF622
RGB
CMYK
RGB Variations
Color information
#CEF622 (or 0xCEF622) is known color: Pear. HEX triplet: CE, F6 and 22. RGB value is (206,246,34). Sum of RGB (Red+Green+Blue) = 206+246+34=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 246 (96.48% from 255 or 50.62% from 486); Blue value is 34 (13.67% from 255 or 7.00% from 486); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF622 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF622 is #3109DD. Grayscale: #D2D2D2. Windows color (decimal): -3213790 or 2291406. OLE color: 2291406.
HSL color Cylindrical-coordinate representation of color #CEF622: hue angle of 71.32º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEF622 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 34 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.04 |
| HSL | 71.32º | 0.92% | 0.55% | - |
| HSV(B) | 71.32º | 0.86% | 0.96% | - |
| XYZ | 58.7 | 79.15 | 13.7 | - |
| YUV | 209.87 | 28.75 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 34 | 0.16 | 0 | 0.86 | 0.04 | 71.32 | 0.92 | 0.55 |
| Hex | CE | F6 | 22 | 10 | 0 | 56 | 4 | 47 | 5C | 37 |
| Octal | 316 | 366 | 42 | 20 | 0 | 126 | 4 | 107 | 134 | 67 |
| Binary | 11001110 | 11110110 | 100010 | 10000 | 0 | 1010110 | 100 | 1000111 | 1011100 | 110111 |
Color Harmonies of #CEF622
Complementary color
Monochromatic Colors of #CEF622
Black with #CEF622
Text Example
Text Example
White with #CEF622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF622; }
p { color: rgb(206,246,34); }
H1.HeaderClassName
{
color: #CEF622;
}
.AnyTagClassName
{
color: #CEF622;
}
</style>
background-color css
<style>
a { background-color: #CEF622; }
a { background-color: rgb(206,246,34); }
div.DivClassName
{
background-color: #CEF622;
}
.BgClassName
{
background-color: #CEF622;
}
</style>
border-color css
<style>
span { border-color: #CEF622; }
span { border-color: rgb(206,246,34); }
td.TdClassName
{
border-color: #CEF622;
}
.TagClassName
{
border-color: #CEF622;
}
</style>