Shades of Pear #CEE135
Tints of Pear #CEE135
RGB
CMYK
RGB Variations
Color information
#CEE135 (or 0xCEE135) is known color: Pear. HEX triplet: CE, E1 and 35. RGB value is (206,225,53). Sum of RGB (Red+Green+Blue) = 206+225+53=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 53 (21.09% from 255 or 10.95% from 484); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE135 is #311ECA. Grayscale: #C8C8C8. Windows color (decimal): -3219147 or 3531214. OLE color: 3531214.
HSL color Cylindrical-coordinate representation of color #CEE135: hue angle of 66.63º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEE135 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 225 | 53 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.12 |
| HSL | 66.63º | 0.74% | 0.55% | - |
| HSV(B) | 66.63º | 0.76% | 0.88% | - |
| XYZ | 53.02 | 67.23 | 13.55 | - |
| YUV | 199.71 | 45.21 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 225 | 53 | 0.08 | 0 | 0.76 | 0.12 | 66.63 | 0.74 | 0.55 |
| Hex | CE | E1 | 35 | 8 | 0 | 4C | C | 43 | 4A | 37 |
| Octal | 316 | 341 | 65 | 10 | 0 | 114 | 14 | 103 | 112 | 67 |
| Binary | 11001110 | 11100001 | 110101 | 1000 | 0 | 1001100 | 1100 | 1000011 | 1001010 | 110111 |
Color Harmonies of #CEE135
Complementary color
Monochromatic Colors of #CEE135
Black with #CEE135
Text Example
Text Example
White with #CEE135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE135; }
p { color: rgb(206,225,53); }
H1.HeaderClassName
{
color: #CEE135;
}
.AnyTagClassName
{
color: #CEE135;
}
</style>
background-color css
<style>
a { background-color: #CEE135; }
a { background-color: rgb(206,225,53); }
div.DivClassName
{
background-color: #CEE135;
}
.BgClassName
{
background-color: #CEE135;
}
</style>
border-color css
<style>
span { border-color: #CEE135; }
span { border-color: rgb(206,225,53); }
td.TdClassName
{
border-color: #CEE135;
}
.TagClassName
{
border-color: #CEE135;
}
</style>