Shades of Pear #CEE323
Tints of Pear #CEE323
RGB
CMYK
RGB Variations
Color information
#CEE323 (or 0xCEE323) is known color: Pear. HEX triplet: CE, E3 and 23. RGB value is (206,227,35). Sum of RGB (Red+Green+Blue) = 206+227+35=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 35 (14.06% from 255 or 7.48% from 468); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE323 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE323 is #311CDC. Grayscale: #C7C7C7. Windows color (decimal): -3218653 or 2352078. OLE color: 2352078.
HSL color Cylindrical-coordinate representation of color #CEE323: hue angle of 66.56º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CEE323 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 35 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.11 |
| HSL | 66.56º | 0.77% | 0.51% | - |
| HSV(B) | 66.56º | 0.85% | 0.89% | - |
| XYZ | 53.23 | 68.18 | 11.95 | - |
| YUV | 198.83 | 35.54 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 35 | 0.09 | 0 | 0.85 | 0.11 | 66.56 | 0.77 | 0.51 |
| Hex | CE | E3 | 23 | 9 | 0 | 55 | B | 43 | 4D | 33 |
| Octal | 316 | 343 | 43 | 11 | 0 | 125 | 13 | 103 | 115 | 63 |
| Binary | 11001110 | 11100011 | 100011 | 1001 | 0 | 1010101 | 1011 | 1000011 | 1001101 | 110011 |
Color Harmonies of #CEE323
Complementary color
Monochromatic Colors of #CEE323
Black with #CEE323
Text Example
Text Example
White with #CEE323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE323; }
p { color: rgb(206,227,35); }
H1.HeaderClassName
{
color: #CEE323;
}
.AnyTagClassName
{
color: #CEE323;
}
</style>
background-color css
<style>
a { background-color: #CEE323; }
a { background-color: rgb(206,227,35); }
div.DivClassName
{
background-color: #CEE323;
}
.BgClassName
{
background-color: #CEE323;
}
</style>
border-color css
<style>
span { border-color: #CEE323; }
span { border-color: rgb(206,227,35); }
td.TdClassName
{
border-color: #CEE323;
}
.TagClassName
{
border-color: #CEE323;
}
</style>