Shades of Pear #CEF51C
Tints of Pear #CEF51C
RGB
CMYK
RGB Variations
Color information
#CEF51C (or 0xCEF51C) is known color: Pear. HEX triplet: CE, F5 and 1C. RGB value is (206,245,28). Sum of RGB (Red+Green+Blue) = 206+245+28=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 245 (96.09% from 255 or 51.15% from 479); Blue value is 28 (11.33% from 255 or 5.85% from 479); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF51C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF51C is #310AE3. Grayscale: #D1D1D1. Windows color (decimal): -3214052 or 1897934. OLE color: 1897934.
HSL color Cylindrical-coordinate representation of color #CEF51C: hue angle of 70.78º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEF51C is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 28 | - |
| CMYK | 0.16 | 0 | 0.89 | 0.04 |
| HSL | 70.78º | 0.92% | 0.54% | - |
| HSV(B) | 70.78º | 0.89% | 0.96% | - |
| XYZ | 58.32 | 78.51 | 13.18 | - |
| YUV | 208.6 | 26.08 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 28 | 0.16 | 0 | 0.89 | 0.04 | 70.78 | 0.92 | 0.54 |
| Hex | CE | F5 | 1C | 10 | 0 | 59 | 4 | 47 | 5C | 36 |
| Octal | 316 | 365 | 34 | 20 | 0 | 131 | 4 | 107 | 134 | 66 |
| Binary | 11001110 | 11110101 | 11100 | 10000 | 0 | 1011001 | 100 | 1000111 | 1011100 | 110110 |
Color Harmonies of #CEF51C
Complementary color
Monochromatic Colors of #CEF51C
Black with #CEF51C
Text Example
Text Example
White with #CEF51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF51C; }
p { color: rgb(206,245,28); }
H1.HeaderClassName
{
color: #CEF51C;
}
.AnyTagClassName
{
color: #CEF51C;
}
</style>
background-color css
<style>
a { background-color: #CEF51C; }
a { background-color: rgb(206,245,28); }
div.DivClassName
{
background-color: #CEF51C;
}
.BgClassName
{
background-color: #CEF51C;
}
</style>
border-color css
<style>
span { border-color: #CEF51C; }
span { border-color: rgb(206,245,28); }
td.TdClassName
{
border-color: #CEF51C;
}
.TagClassName
{
border-color: #CEF51C;
}
</style>