Shades of Pear #CEE326
Tints of Pear #CEE326
RGB
CMYK
RGB Variations
Color information
#CEE326 (or 0xCEE326) is known color: Pear. HEX triplet: CE, E3 and 26. RGB value is (206,227,38). Sum of RGB (Red+Green+Blue) = 206+227+38=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 227 (89.06% from 255 or 48.20% from 471); Blue value is 38 (15.23% from 255 or 8.07% from 471); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE326 is #311CD9. Grayscale: #C7C7C7. Windows color (decimal): -3218650 or 2548686. OLE color: 2548686.
HSL color Cylindrical-coordinate representation of color #CEE326: hue angle of 66.67º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEE326 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 38 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.11 |
| HSL | 66.67º | 0.77% | 0.52% | - |
| HSV(B) | 66.67º | 0.83% | 0.89% | - |
| XYZ | 53.27 | 68.2 | 12.19 | - |
| YUV | 199.18 | 37.04 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 38 | 0.09 | 0 | 0.83 | 0.11 | 66.67 | 0.77 | 0.52 |
| Hex | CE | E3 | 26 | 9 | 0 | 53 | B | 43 | 4D | 34 |
| Octal | 316 | 343 | 46 | 11 | 0 | 123 | 13 | 103 | 115 | 64 |
| Binary | 11001110 | 11100011 | 100110 | 1001 | 0 | 1010011 | 1011 | 1000011 | 1001101 | 110100 |
Color Harmonies of #CEE326
Complementary color
Monochromatic Colors of #CEE326
Black with #CEE326
Text Example
Text Example
White with #CEE326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE326; }
p { color: rgb(206,227,38); }
H1.HeaderClassName
{
color: #CEE326;
}
.AnyTagClassName
{
color: #CEE326;
}
</style>
background-color css
<style>
a { background-color: #CEE326; }
a { background-color: rgb(206,227,38); }
div.DivClassName
{
background-color: #CEE326;
}
.BgClassName
{
background-color: #CEE326;
}
</style>
border-color css
<style>
span { border-color: #CEE326; }
span { border-color: rgb(206,227,38); }
td.TdClassName
{
border-color: #CEE326;
}
.TagClassName
{
border-color: #CEE326;
}
</style>