Shades of Pear #CEF931
Tints of Pear #CEF931
RGB
CMYK
RGB Variations
Color information
#CEF931 (or 0xCEF931) is known color: Pear. HEX triplet: CE, F9 and 31. RGB value is (206,249,49). Sum of RGB (Red+Green+Blue) = 206+249+49=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 49 (19.53% from 255 or 9.72% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF931 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF931 is #3106CE. Grayscale: #D6D6D6. Windows color (decimal): -3213007 or 3275214. OLE color: 3275214.
HSL color Cylindrical-coordinate representation of color #CEF931: hue angle of 72.9º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEF931 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 49 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.02 |
| HSL | 72.9º | 0.94% | 0.58% | - |
| HSV(B) | 72.9º | 0.8% | 0.98% | - |
| XYZ | 59.88 | 81.09 | 15.4 | - |
| YUV | 213.34 | 35.25 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 49 | 0.17 | 0 | 0.80 | 0.02 | 72.9 | 0.94 | 0.58 |
| Hex | CE | F9 | 31 | 11 | 0 | 50 | 2 | 49 | 5E | 3A |
| Octal | 316 | 371 | 61 | 21 | 0 | 120 | 2 | 111 | 136 | 72 |
| Binary | 11001110 | 11111001 | 110001 | 10001 | 0 | 1010000 | 10 | 1001001 | 1011110 | 111010 |
Color Harmonies of #CEF931
Complementary color
Monochromatic Colors of #CEF931
Black with #CEF931
Text Example
Text Example
White with #CEF931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF931; }
p { color: rgb(206,249,49); }
H1.HeaderClassName
{
color: #CEF931;
}
.AnyTagClassName
{
color: #CEF931;
}
</style>
background-color css
<style>
a { background-color: #CEF931; }
a { background-color: rgb(206,249,49); }
div.DivClassName
{
background-color: #CEF931;
}
.BgClassName
{
background-color: #CEF931;
}
</style>
border-color css
<style>
span { border-color: #CEF931; }
span { border-color: rgb(206,249,49); }
td.TdClassName
{
border-color: #CEF931;
}
.TagClassName
{
border-color: #CEF931;
}
</style>