Shades of Pear #CEF620
Tints of Pear #CEF620
RGB
CMYK
RGB Variations
Color information
#CEF620 (or 0xCEF620) is known color: Pear. HEX triplet: CE, F6 and 20. RGB value is (206,246,32). Sum of RGB (Red+Green+Blue) = 206+246+32=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 246 (96.48% from 255 or 50.83% from 484); Blue value is 32 (12.89% from 255 or 6.61% from 484); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF620 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF620 is #3109DF. Grayscale: #D2D2D2. Windows color (decimal): -3213792 or 2160334. OLE color: 2160334.
HSL color Cylindrical-coordinate representation of color #CEF620: hue angle of 71.21º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CEF620 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 246 | 32 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.04 |
| HSL | 71.21º | 0.92% | 0.55% | - |
| HSV(B) | 71.21º | 0.87% | 0.96% | - |
| XYZ | 58.67 | 79.14 | 13.55 | - |
| YUV | 209.64 | 27.75 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 246 | 32 | 0.16 | 0 | 0.87 | 0.04 | 71.21 | 0.92 | 0.55 |
| Hex | CE | F6 | 20 | 10 | 0 | 57 | 4 | 47 | 5C | 37 |
| Octal | 316 | 366 | 40 | 20 | 0 | 127 | 4 | 107 | 134 | 67 |
| Binary | 11001110 | 11110110 | 100000 | 10000 | 0 | 1010111 | 100 | 1000111 | 1011100 | 110111 |
Color Harmonies of #CEF620
Complementary color
Monochromatic Colors of #CEF620
Black with #CEF620
Text Example
Text Example
White with #CEF620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF620; }
p { color: rgb(206,246,32); }
H1.HeaderClassName
{
color: #CEF620;
}
.AnyTagClassName
{
color: #CEF620;
}
</style>
background-color css
<style>
a { background-color: #CEF620; }
a { background-color: rgb(206,246,32); }
div.DivClassName
{
background-color: #CEF620;
}
.BgClassName
{
background-color: #CEF620;
}
</style>
border-color css
<style>
span { border-color: #CEF620; }
span { border-color: rgb(206,246,32); }
td.TdClassName
{
border-color: #CEF620;
}
.TagClassName
{
border-color: #CEF620;
}
</style>