Shades of Pear #CEE63F
Tints of Pear #CEE63F
RGB
CMYK
RGB Variations
Color information
#CEE63F (or 0xCEE63F) is known color: Pear. HEX triplet: CE, E6 and 3F. RGB value is (206,230,63). Sum of RGB (Red+Green+Blue) = 206+230+63=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 230 (90.23% from 255 or 46.09% from 499); Blue value is 63 (25% from 255 or 12.63% from 499); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE63F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE63F is #3119C0. Grayscale: #CCCCCC. Windows color (decimal): -3217857 or 4187854. OLE color: 4187854.
HSL color Cylindrical-coordinate representation of color #CEE63F: hue angle of 68.62º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEE63F is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 63 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.10 |
| HSL | 68.62º | 0.77% | 0.57% | - |
| HSV(B) | 68.62º | 0.73% | 0.9% | - |
| XYZ | 54.65 | 70.07 | 15.35 | - |
| YUV | 203.79 | 48.55 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 63 | 0.10 | 0 | 0.73 | 0.10 | 68.62 | 0.77 | 0.57 |
| Hex | CE | E6 | 3F | A | 0 | 49 | A | 45 | 4D | 39 |
| Octal | 316 | 346 | 77 | 12 | 0 | 111 | 12 | 105 | 115 | 71 |
| Binary | 11001110 | 11100110 | 111111 | 1010 | 0 | 1001001 | 1010 | 1000101 | 1001101 | 111001 |
Color Harmonies of #CEE63F
Complementary color
Monochromatic Colors of #CEE63F
Black with #CEE63F
Text Example
Text Example
White with #CEE63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE63F; }
p { color: rgb(206,230,63); }
H1.HeaderClassName
{
color: #CEE63F;
}
.AnyTagClassName
{
color: #CEE63F;
}
</style>
background-color css
<style>
a { background-color: #CEE63F; }
a { background-color: rgb(206,230,63); }
div.DivClassName
{
background-color: #CEE63F;
}
.BgClassName
{
background-color: #CEE63F;
}
</style>
border-color css
<style>
span { border-color: #CEE63F; }
span { border-color: rgb(206,230,63); }
td.TdClassName
{
border-color: #CEE63F;
}
.TagClassName
{
border-color: #CEE63F;
}
</style>