Shades of Pear #CEE23C
Tints of Pear #CEE23C
RGB
CMYK
RGB Variations
Color information
#CEE23C (or 0xCEE23C) is known color: Pear. HEX triplet: CE, E2 and 3C. RGB value is (206,226,60). Sum of RGB (Red+Green+Blue) = 206+226+60=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 60 (23.83% from 255 or 12.20% from 492); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE23C is #311DC3. Grayscale: #C9C9C9. Windows color (decimal): -3218884 or 3990222. OLE color: 3990222.
HSL color Cylindrical-coordinate representation of color #CEE23C: hue angle of 67.23º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEE23C is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 60 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.11 |
| HSL | 67.23º | 0.74% | 0.56% | - |
| HSV(B) | 67.23º | 0.73% | 0.89% | - |
| XYZ | 53.47 | 67.84 | 14.55 | - |
| YUV | 201.1 | 48.37 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 60 | 0.09 | 0 | 0.73 | 0.11 | 67.23 | 0.74 | 0.56 |
| Hex | CE | E2 | 3C | 9 | 0 | 49 | B | 43 | 4A | 38 |
| Octal | 316 | 342 | 74 | 11 | 0 | 111 | 13 | 103 | 112 | 70 |
| Binary | 11001110 | 11100010 | 111100 | 1001 | 0 | 1001001 | 1011 | 1000011 | 1001010 | 111000 |
Color Harmonies of #CEE23C
Complementary color
Monochromatic Colors of #CEE23C
Black with #CEE23C
Text Example
Text Example
White with #CEE23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE23C; }
p { color: rgb(206,226,60); }
H1.HeaderClassName
{
color: #CEE23C;
}
.AnyTagClassName
{
color: #CEE23C;
}
</style>
background-color css
<style>
a { background-color: #CEE23C; }
a { background-color: rgb(206,226,60); }
div.DivClassName
{
background-color: #CEE23C;
}
.BgClassName
{
background-color: #CEE23C;
}
</style>
border-color css
<style>
span { border-color: #CEE23C; }
span { border-color: rgb(206,226,60); }
td.TdClassName
{
border-color: #CEE23C;
}
.TagClassName
{
border-color: #CEE23C;
}
</style>