Shades of Pear #CEE93C
Tints of Pear #CEE93C
RGB
CMYK
RGB Variations
Color information
#CEE93C (or 0xCEE93C) is known color: Pear. HEX triplet: CE, E9 and 3C. RGB value is (206,233,60). Sum of RGB (Red+Green+Blue) = 206+233+60=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 233 (91.41% from 255 or 46.69% from 499); Blue value is 60 (23.83% from 255 or 12.02% from 499); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE93C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE93C is #3116C3. Grayscale: #CDCDCD. Windows color (decimal): -3217092 or 3992014. OLE color: 3992014.
HSL color Cylindrical-coordinate representation of color #CEE93C: hue angle of 69.36º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEE93C is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 60 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.09 |
| HSL | 69.36º | 0.8% | 0.57% | - |
| HSV(B) | 69.36º | 0.74% | 0.91% | - |
| XYZ | 55.41 | 71.73 | 15.2 | - |
| YUV | 205.21 | 46.05 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 60 | 0.12 | 0 | 0.74 | 0.09 | 69.36 | 0.8 | 0.57 |
| Hex | CE | E9 | 3C | C | 0 | 4A | 9 | 45 | 50 | 39 |
| Octal | 316 | 351 | 74 | 14 | 0 | 112 | 11 | 105 | 120 | 71 |
| Binary | 11001110 | 11101001 | 111100 | 1100 | 0 | 1001010 | 1001 | 1000101 | 1010000 | 111001 |
Color Harmonies of #CEE93C
Complementary color
Monochromatic Colors of #CEE93C
Black with #CEE93C
Text Example
Text Example
White with #CEE93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE93C; }
p { color: rgb(206,233,60); }
H1.HeaderClassName
{
color: #CEE93C;
}
.AnyTagClassName
{
color: #CEE93C;
}
</style>
background-color css
<style>
a { background-color: #CEE93C; }
a { background-color: rgb(206,233,60); }
div.DivClassName
{
background-color: #CEE93C;
}
.BgClassName
{
background-color: #CEE93C;
}
</style>
border-color css
<style>
span { border-color: #CEE93C; }
span { border-color: rgb(206,233,60); }
td.TdClassName
{
border-color: #CEE93C;
}
.TagClassName
{
border-color: #CEE93C;
}
</style>