Shades of Pear #CEF11A
Tints of Pear #CEF11A
RGB
CMYK
RGB Variations
Color information
#CEF11A (or 0xCEF11A) is known color: Pear. HEX triplet: CE, F1 and 1A. RGB value is (206,241,26). Sum of RGB (Red+Green+Blue) = 206+241+26=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 26 (10.55% from 255 or 5.50% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF11A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF11A is #310EE5. Grayscale: #CECECE. Windows color (decimal): -3215078 or 1765838. OLE color: 1765838.
HSL color Cylindrical-coordinate representation of color #CEF11A: hue angle of 69.77º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEF11A is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 26 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.05 |
| HSL | 69.77º | 0.88% | 0.52% | - |
| HSV(B) | 69.77º | 0.89% | 0.95% | - |
| XYZ | 57.1 | 76.11 | 12.66 | - |
| YUV | 206.03 | 26.4 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 26 | 0.15 | 0 | 0.89 | 0.05 | 69.77 | 0.88 | 0.52 |
| Hex | CE | F1 | 1A | F | 0 | 59 | 5 | 46 | 58 | 34 |
| Octal | 316 | 361 | 32 | 17 | 0 | 131 | 5 | 106 | 130 | 64 |
| Binary | 11001110 | 11110001 | 11010 | 1111 | 0 | 1011001 | 101 | 1000110 | 1011000 | 110100 |
Color Harmonies of #CEF11A
Complementary color
Monochromatic Colors of #CEF11A
Black with #CEF11A
Text Example
Text Example
White with #CEF11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF11A; }
p { color: rgb(206,241,26); }
H1.HeaderClassName
{
color: #CEF11A;
}
.AnyTagClassName
{
color: #CEF11A;
}
</style>
background-color css
<style>
a { background-color: #CEF11A; }
a { background-color: rgb(206,241,26); }
div.DivClassName
{
background-color: #CEF11A;
}
.BgClassName
{
background-color: #CEF11A;
}
</style>
border-color css
<style>
span { border-color: #CEF11A; }
span { border-color: rgb(206,241,26); }
td.TdClassName
{
border-color: #CEF11A;
}
.TagClassName
{
border-color: #CEF11A;
}
</style>