Shades of Pear #CEEE49
Tints of Pear #CEEE49
RGB
CMYK
RGB Variations
Color information
#CEEE49 (or 0xCEEE49) is known color: Pear. HEX triplet: CE, EE and 49. RGB value is (206,238,73). Sum of RGB (Red+Green+Blue) = 206+238+73=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 73 (28.91% from 255 or 14.12% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEE49 is #3111B6. Grayscale: #D2D2D2. Windows color (decimal): -3215799 or 4845262. OLE color: 4845262.
HSL color Cylindrical-coordinate representation of color #CEEE49: hue angle of 71.64º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEEE49 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 73 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.07 |
| HSL | 71.64º | 0.83% | 0.61% | - |
| HSV(B) | 71.64º | 0.69% | 0.93% | - |
| XYZ | 57.23 | 74.75 | 17.72 | - |
| YUV | 209.62 | 50.9 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 73 | 0.13 | 0 | 0.69 | 0.07 | 71.64 | 0.83 | 0.61 |
| Hex | CE | EE | 49 | D | 0 | 45 | 7 | 48 | 53 | 3D |
| Octal | 316 | 356 | 111 | 15 | 0 | 105 | 7 | 110 | 123 | 75 |
| Binary | 11001110 | 11101110 | 1001001 | 1101 | 0 | 1000101 | 111 | 1001000 | 1010011 | 111101 |
Color Harmonies of #CEEE49
Complementary color
Monochromatic Colors of #CEEE49
Black with #CEEE49
Text Example
Text Example
White with #CEEE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEE49; }
p { color: rgb(206,238,73); }
H1.HeaderClassName
{
color: #CEEE49;
}
.AnyTagClassName
{
color: #CEEE49;
}
</style>
background-color css
<style>
a { background-color: #CEEE49; }
a { background-color: rgb(206,238,73); }
div.DivClassName
{
background-color: #CEEE49;
}
.BgClassName
{
background-color: #CEEE49;
}
</style>
border-color css
<style>
span { border-color: #CEEE49; }
span { border-color: rgb(206,238,73); }
td.TdClassName
{
border-color: #CEEE49;
}
.TagClassName
{
border-color: #CEEE49;
}
</style>