Shades of Pear #CEEC2D
Tints of Pear #CEEC2D
RGB
CMYK
RGB Variations
Color information
#CEEC2D (or 0xCEEC2D) is known color: Pear. HEX triplet: CE, EC and 2D. RGB value is (206,236,45). Sum of RGB (Red+Green+Blue) = 206+236+45=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 45 (17.97% from 255 or 9.24% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEC2D is #3113D2. Grayscale: #CDCDCD. Windows color (decimal): -3216339 or 3009742. OLE color: 3009742.
HSL color Cylindrical-coordinate representation of color #CEEC2D: hue angle of 69.42º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEEC2D is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 236 | 45 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.07 |
| HSL | 69.42º | 0.83% | 0.55% | - |
| HSV(B) | 69.42º | 0.81% | 0.93% | - |
| XYZ | 55.92 | 73.3 | 13.68 | - |
| YUV | 205.26 | 37.56 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 236 | 45 | 0.13 | 0 | 0.81 | 0.07 | 69.42 | 0.83 | 0.55 |
| Hex | CE | EC | 2D | D | 0 | 51 | 7 | 45 | 53 | 37 |
| Octal | 316 | 354 | 55 | 15 | 0 | 121 | 7 | 105 | 123 | 67 |
| Binary | 11001110 | 11101100 | 101101 | 1101 | 0 | 1010001 | 111 | 1000101 | 1010011 | 110111 |
Color Harmonies of #CEEC2D
Complementary color
Monochromatic Colors of #CEEC2D
Black with #CEEC2D
Text Example
Text Example
White with #CEEC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEC2D; }
p { color: rgb(206,236,45); }
H1.HeaderClassName
{
color: #CEEC2D;
}
.AnyTagClassName
{
color: #CEEC2D;
}
</style>
background-color css
<style>
a { background-color: #CEEC2D; }
a { background-color: rgb(206,236,45); }
div.DivClassName
{
background-color: #CEEC2D;
}
.BgClassName
{
background-color: #CEEC2D;
}
</style>
border-color css
<style>
span { border-color: #CEEC2D; }
span { border-color: rgb(206,236,45); }
td.TdClassName
{
border-color: #CEEC2D;
}
.TagClassName
{
border-color: #CEEC2D;
}
</style>