Shades of Pear #CEF231
Tints of Pear #CEF231
RGB
CMYK
RGB Variations
Color information
#CEF231 (or 0xCEF231) is known color: Pear. HEX triplet: CE, F2 and 31. RGB value is (206,242,49). Sum of RGB (Red+Green+Blue) = 206+242+49=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF231 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF231 is #310DCE. Grayscale: #D1D1D1. Windows color (decimal): -3214799 or 3273422. OLE color: 3273422.
HSL color Cylindrical-coordinate representation of color #CEF231: hue angle of 71.19º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEF231 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 242 | 49 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.05 |
| HSL | 71.19º | 0.88% | 0.57% | - |
| HSV(B) | 71.19º | 0.8% | 0.95% | - |
| XYZ | 57.76 | 76.85 | 14.69 | - |
| YUV | 209.23 | 37.57 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 242 | 49 | 0.15 | 0 | 0.80 | 0.05 | 71.19 | 0.88 | 0.57 |
| Hex | CE | F2 | 31 | F | 0 | 50 | 5 | 47 | 58 | 39 |
| Octal | 316 | 362 | 61 | 17 | 0 | 120 | 5 | 107 | 130 | 71 |
| Binary | 11001110 | 11110010 | 110001 | 1111 | 0 | 1010000 | 101 | 1000111 | 1011000 | 111001 |
Color Harmonies of #CEF231
Complementary color
Monochromatic Colors of #CEF231
Black with #CEF231
Text Example
Text Example
White with #CEF231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF231; }
p { color: rgb(206,242,49); }
H1.HeaderClassName
{
color: #CEF231;
}
.AnyTagClassName
{
color: #CEF231;
}
</style>
background-color css
<style>
a { background-color: #CEF231; }
a { background-color: rgb(206,242,49); }
div.DivClassName
{
background-color: #CEF231;
}
.BgClassName
{
background-color: #CEF231;
}
</style>
border-color css
<style>
span { border-color: #CEF231; }
span { border-color: rgb(206,242,49); }
td.TdClassName
{
border-color: #CEF231;
}
.TagClassName
{
border-color: #CEF231;
}
</style>