Shades of Pear #CEE93F
Tints of Pear #CEE93F
RGB
CMYK
RGB Variations
Color information
#CEE93F (or 0xCEE93F) is known color: Pear. HEX triplet: CE, E9 and 3F. RGB value is (206,233,63). Sum of RGB (Red+Green+Blue) = 206+233+63=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 63 (25% from 255 or 12.55% from 502); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE93F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE93F is #3116C0. Grayscale: #CECECE. Windows color (decimal): -3217089 or 4188622. OLE color: 4188622.
HSL color Cylindrical-coordinate representation of color #CEE93F: hue angle of 69.53º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEE93F is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 63 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.09 |
| HSL | 69.53º | 0.79% | 0.58% | - |
| HSV(B) | 69.53º | 0.73% | 0.91% | - |
| XYZ | 55.49 | 71.76 | 15.63 | - |
| YUV | 205.55 | 47.55 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 63 | 0.12 | 0 | 0.73 | 0.09 | 69.53 | 0.79 | 0.58 |
| Hex | CE | E9 | 3F | C | 0 | 49 | 9 | 46 | 4F | 3A |
| Octal | 316 | 351 | 77 | 14 | 0 | 111 | 11 | 106 | 117 | 72 |
| Binary | 11001110 | 11101001 | 111111 | 1100 | 0 | 1001001 | 1001 | 1000110 | 1001111 | 111010 |
Color Harmonies of #CEE93F
Complementary color
Monochromatic Colors of #CEE93F
Black with #CEE93F
Text Example
Text Example
White with #CEE93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE93F; }
p { color: rgb(206,233,63); }
H1.HeaderClassName
{
color: #CEE93F;
}
.AnyTagClassName
{
color: #CEE93F;
}
</style>
background-color css
<style>
a { background-color: #CEE93F; }
a { background-color: rgb(206,233,63); }
div.DivClassName
{
background-color: #CEE93F;
}
.BgClassName
{
background-color: #CEE93F;
}
</style>
border-color css
<style>
span { border-color: #CEE93F; }
span { border-color: rgb(206,233,63); }
td.TdClassName
{
border-color: #CEE93F;
}
.TagClassName
{
border-color: #CEE93F;
}
</style>