Shades of Pear #CEE331
Tints of Pear #CEE331
RGB
CMYK
RGB Variations
Color information
#CEE331 (or 0xCEE331) is known color: Pear. HEX triplet: CE, E3 and 31. RGB value is (206,227,49). Sum of RGB (Red+Green+Blue) = 206+227+49=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 49 (19.53% from 255 or 10.17% from 482); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE331 is #311CCE. Grayscale: #C9C9C9. Windows color (decimal): -3218639 or 3269582. OLE color: 3269582.
HSL color Cylindrical-coordinate representation of color #CEE331: hue angle of 67.08º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEE331 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 49 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.11 |
| HSL | 67.08º | 0.76% | 0.54% | - |
| HSV(B) | 67.08º | 0.78% | 0.89% | - |
| XYZ | 53.48 | 68.28 | 13.27 | - |
| YUV | 200.43 | 42.54 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 49 | 0.09 | 0 | 0.78 | 0.11 | 67.08 | 0.76 | 0.54 |
| Hex | CE | E3 | 31 | 9 | 0 | 4E | B | 43 | 4C | 36 |
| Octal | 316 | 343 | 61 | 11 | 0 | 116 | 13 | 103 | 114 | 66 |
| Binary | 11001110 | 11100011 | 110001 | 1001 | 0 | 1001110 | 1011 | 1000011 | 1001100 | 110110 |
Color Harmonies of #CEE331
Complementary color
Monochromatic Colors of #CEE331
Black with #CEE331
Text Example
Text Example
White with #CEE331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE331; }
p { color: rgb(206,227,49); }
H1.HeaderClassName
{
color: #CEE331;
}
.AnyTagClassName
{
color: #CEE331;
}
</style>
background-color css
<style>
a { background-color: #CEE331; }
a { background-color: rgb(206,227,49); }
div.DivClassName
{
background-color: #CEE331;
}
.BgClassName
{
background-color: #CEE331;
}
</style>
border-color css
<style>
span { border-color: #CEE331; }
span { border-color: rgb(206,227,49); }
td.TdClassName
{
border-color: #CEE331;
}
.TagClassName
{
border-color: #CEE331;
}
</style>