Shades of Pear #CEF14D
Tints of Pear #CEF14D
RGB
CMYK
RGB Variations
Color information
#CEF14D (or 0xCEF14D) is known color: Pear. HEX triplet: CE, F1 and 4D. RGB value is (206,241,77). Sum of RGB (Red+Green+Blue) = 206+241+77=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 77 (30.47% from 255 or 14.69% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF14D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF14D is #310EB2. Grayscale: #D4D4D4. Windows color (decimal): -3215027 or 5108174. OLE color: 5108174.
HSL color Cylindrical-coordinate representation of color #CEF14D: hue angle of 72.8º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEF14D is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 77 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.05 |
| HSL | 72.8º | 0.85% | 0.62% | - |
| HSV(B) | 72.8º | 0.68% | 0.95% | - |
| XYZ | 58.25 | 76.57 | 18.73 | - |
| YUV | 211.84 | 51.9 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 77 | 0.15 | 0 | 0.68 | 0.05 | 72.8 | 0.85 | 0.62 |
| Hex | CE | F1 | 4D | F | 0 | 44 | 5 | 49 | 55 | 3E |
| Octal | 316 | 361 | 115 | 17 | 0 | 104 | 5 | 111 | 125 | 76 |
| Binary | 11001110 | 11110001 | 1001101 | 1111 | 0 | 1000100 | 101 | 1001001 | 1010101 | 111110 |
Color Harmonies of #CEF14D
Complementary color
Monochromatic Colors of #CEF14D
Black with #CEF14D
Text Example
Text Example
White with #CEF14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF14D; }
p { color: rgb(206,241,77); }
H1.HeaderClassName
{
color: #CEF14D;
}
.AnyTagClassName
{
color: #CEF14D;
}
</style>
background-color css
<style>
a { background-color: #CEF14D; }
a { background-color: rgb(206,241,77); }
div.DivClassName
{
background-color: #CEF14D;
}
.BgClassName
{
background-color: #CEF14D;
}
</style>
border-color css
<style>
span { border-color: #CEF14D; }
span { border-color: rgb(206,241,77); }
td.TdClassName
{
border-color: #CEF14D;
}
.TagClassName
{
border-color: #CEF14D;
}
</style>