Shades of Pear #CEEE43
Tints of Pear #CEEE43
RGB
CMYK
RGB Variations
Color information
#CEEE43 (or 0xCEEE43) is known color: Pear. HEX triplet: CE, EE and 43. RGB value is (206,238,67). Sum of RGB (Red+Green+Blue) = 206+238+67=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 238 (93.36% from 255 or 46.58% from 511); Blue value is 67 (26.56% from 255 or 13.11% from 511); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEE43 is #3111BC. Grayscale: #D1D1D1. Windows color (decimal): -3215805 or 4452046. OLE color: 4452046.
HSL color Cylindrical-coordinate representation of color #CEEE43: hue angle of 71.23º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEEE43 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 67 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.07 |
| HSL | 71.23º | 0.83% | 0.6% | - |
| HSV(B) | 71.23º | 0.72% | 0.93% | - |
| XYZ | 57.04 | 74.68 | 16.72 | - |
| YUV | 208.94 | 47.9 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 67 | 0.13 | 0 | 0.72 | 0.07 | 71.23 | 0.83 | 0.6 |
| Hex | CE | EE | 43 | D | 0 | 48 | 7 | 47 | 53 | 3C |
| Octal | 316 | 356 | 103 | 15 | 0 | 110 | 7 | 107 | 123 | 74 |
| Binary | 11001110 | 11101110 | 1000011 | 1101 | 0 | 1001000 | 111 | 1000111 | 1010011 | 111100 |
Color Harmonies of #CEEE43
Complementary color
Monochromatic Colors of #CEEE43
Black with #CEEE43
Text Example
Text Example
White with #CEEE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEE43; }
p { color: rgb(206,238,67); }
H1.HeaderClassName
{
color: #CEEE43;
}
.AnyTagClassName
{
color: #CEEE43;
}
</style>
background-color css
<style>
a { background-color: #CEEE43; }
a { background-color: rgb(206,238,67); }
div.DivClassName
{
background-color: #CEEE43;
}
.BgClassName
{
background-color: #CEEE43;
}
</style>
border-color css
<style>
span { border-color: #CEEE43; }
span { border-color: rgb(206,238,67); }
td.TdClassName
{
border-color: #CEEE43;
}
.TagClassName
{
border-color: #CEEE43;
}
</style>