Shades of Pear #CEF949
Tints of Pear #CEF949
RGB
CMYK
RGB Variations
Color information
#CEF949 (or 0xCEF949) is known color: Pear. HEX triplet: CE, F9 and 49. RGB value is (206,249,73). Sum of RGB (Red+Green+Blue) = 206+249+73=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 73 (28.91% from 255 or 13.83% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF949 is #3106B6. Grayscale: #D8D8D8. Windows color (decimal): -3212983 or 4848078. OLE color: 4848078.
HSL color Cylindrical-coordinate representation of color #CEF949: hue angle of 74.66º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEF949 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 73 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.02 |
| HSL | 74.66º | 0.94% | 0.63% | - |
| HSV(B) | 74.66º | 0.71% | 0.98% | - |
| XYZ | 60.53 | 81.35 | 18.82 | - |
| YUV | 216.08 | 47.25 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 73 | 0.17 | 0 | 0.71 | 0.02 | 74.66 | 0.94 | 0.63 |
| Hex | CE | F9 | 49 | 11 | 0 | 47 | 2 | 4B | 5E | 3F |
| Octal | 316 | 371 | 111 | 21 | 0 | 107 | 2 | 113 | 136 | 77 |
| Binary | 11001110 | 11111001 | 1001001 | 10001 | 0 | 1000111 | 10 | 1001011 | 1011110 | 111111 |
Color Harmonies of #CEF949
Complementary color
Monochromatic Colors of #CEF949
Black with #CEF949
Text Example
Text Example
White with #CEF949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF949; }
p { color: rgb(206,249,73); }
H1.HeaderClassName
{
color: #CEF949;
}
.AnyTagClassName
{
color: #CEF949;
}
</style>
background-color css
<style>
a { background-color: #CEF949; }
a { background-color: rgb(206,249,73); }
div.DivClassName
{
background-color: #CEF949;
}
.BgClassName
{
background-color: #CEF949;
}
</style>
border-color css
<style>
span { border-color: #CEF949; }
span { border-color: rgb(206,249,73); }
td.TdClassName
{
border-color: #CEF949;
}
.TagClassName
{
border-color: #CEF949;
}
</style>