Shades of Pear #CEE134
Tints of Pear #CEE134
RGB
CMYK
RGB Variations
Color information
#CEE134 (or 0xCEE134) is known color: Pear. HEX triplet: CE, E1 and 34. RGB value is (206,225,52). Sum of RGB (Red+Green+Blue) = 206+225+52=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 52 (20.70% from 255 or 10.77% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE134 is #311ECB. Grayscale: #C8C8C8. Windows color (decimal): -3219148 or 3465678. OLE color: 3465678.
HSL color Cylindrical-coordinate representation of color #CEE134: hue angle of 66.59º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEE134 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 52 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.12 |
| HSL | 66.59º | 0.74% | 0.54% | - |
| HSV(B) | 66.59º | 0.77% | 0.88% | - |
| XYZ | 53 | 67.22 | 13.43 | - |
| YUV | 199.6 | 44.71 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 52 | 0.08 | 0 | 0.77 | 0.12 | 66.59 | 0.74 | 0.54 |
| Hex | CE | E1 | 34 | 8 | 0 | 4D | C | 43 | 4A | 36 |
| Octal | 316 | 341 | 64 | 10 | 0 | 115 | 14 | 103 | 112 | 66 |
| Binary | 11001110 | 11100001 | 110100 | 1000 | 0 | 1001101 | 1100 | 1000011 | 1001010 | 110110 |
Color Harmonies of #CEE134
Complementary color
Monochromatic Colors of #CEE134
Black with #CEE134
Text Example
Text Example
White with #CEE134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE134; }
p { color: rgb(206,225,52); }
H1.HeaderClassName
{
color: #CEE134;
}
.AnyTagClassName
{
color: #CEE134;
}
</style>
background-color css
<style>
a { background-color: #CEE134; }
a { background-color: rgb(206,225,52); }
div.DivClassName
{
background-color: #CEE134;
}
.BgClassName
{
background-color: #CEE134;
}
</style>
border-color css
<style>
span { border-color: #CEE134; }
span { border-color: rgb(206,225,52); }
td.TdClassName
{
border-color: #CEE134;
}
.TagClassName
{
border-color: #CEE134;
}
</style>