Shades of Pear #CEF11C
Tints of Pear #CEF11C
RGB
CMYK
RGB Variations
Color information
#CEF11C (or 0xCEF11C) is known color: Pear. HEX triplet: CE, F1 and 1C. RGB value is (206,241,28). Sum of RGB (Red+Green+Blue) = 206+241+28=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 28 (11.33% from 255 or 5.89% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF11C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF11C is #310EE3. Grayscale: #CFCFCF. Windows color (decimal): -3215076 or 1896910. OLE color: 1896910.
HSL color Cylindrical-coordinate representation of color #CEF11C: hue angle of 69.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEF11C is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 28 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.05 |
| HSL | 69.86º | 0.88% | 0.53% | - |
| HSV(B) | 69.86º | 0.88% | 0.95% | - |
| XYZ | 57.12 | 76.12 | 12.78 | - |
| YUV | 206.25 | 27.4 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 28 | 0.15 | 0 | 0.88 | 0.05 | 69.86 | 0.88 | 0.53 |
| Hex | CE | F1 | 1C | F | 0 | 58 | 5 | 46 | 58 | 35 |
| Octal | 316 | 361 | 34 | 17 | 0 | 130 | 5 | 106 | 130 | 65 |
| Binary | 11001110 | 11110001 | 11100 | 1111 | 0 | 1011000 | 101 | 1000110 | 1011000 | 110101 |
Color Harmonies of #CEF11C
Complementary color
Monochromatic Colors of #CEF11C
Black with #CEF11C
Text Example
Text Example
White with #CEF11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF11C; }
p { color: rgb(206,241,28); }
H1.HeaderClassName
{
color: #CEF11C;
}
.AnyTagClassName
{
color: #CEF11C;
}
</style>
background-color css
<style>
a { background-color: #CEF11C; }
a { background-color: rgb(206,241,28); }
div.DivClassName
{
background-color: #CEF11C;
}
.BgClassName
{
background-color: #CEF11C;
}
</style>
border-color css
<style>
span { border-color: #CEF11C; }
span { border-color: rgb(206,241,28); }
td.TdClassName
{
border-color: #CEF11C;
}
.TagClassName
{
border-color: #CEF11C;
}
</style>