Shades of Pear #CEE235
Tints of Pear #CEE235
RGB
CMYK
RGB Variations
Color information
#CEE235 (or 0xCEE235) is known color: Pear. HEX triplet: CE, E2 and 35. RGB value is (206,226,53). Sum of RGB (Red+Green+Blue) = 206+226+53=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 53 (21.09% from 255 or 10.93% from 485); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE235 is #311DCA. Grayscale: #C8C8C8. Windows color (decimal): -3218891 or 3531470. OLE color: 3531470.
HSL color Cylindrical-coordinate representation of color #CEE235: hue angle of 66.94º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEE235 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 53 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.11 |
| HSL | 66.94º | 0.75% | 0.55% | - |
| HSV(B) | 66.94º | 0.77% | 0.89% | - |
| XYZ | 53.29 | 67.77 | 13.64 | - |
| YUV | 200.3 | 44.87 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 53 | 0.09 | 0 | 0.77 | 0.11 | 66.94 | 0.75 | 0.55 |
| Hex | CE | E2 | 35 | 9 | 0 | 4D | B | 43 | 4B | 37 |
| Octal | 316 | 342 | 65 | 11 | 0 | 115 | 13 | 103 | 113 | 67 |
| Binary | 11001110 | 11100010 | 110101 | 1001 | 0 | 1001101 | 1011 | 1000011 | 1001011 | 110111 |
Color Harmonies of #CEE235
Complementary color
Monochromatic Colors of #CEE235
Black with #CEE235
Text Example
Text Example
White with #CEE235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE235; }
p { color: rgb(206,226,53); }
H1.HeaderClassName
{
color: #CEE235;
}
.AnyTagClassName
{
color: #CEE235;
}
</style>
background-color css
<style>
a { background-color: #CEE235; }
a { background-color: rgb(206,226,53); }
div.DivClassName
{
background-color: #CEE235;
}
.BgClassName
{
background-color: #CEE235;
}
</style>
border-color css
<style>
span { border-color: #CEE235; }
span { border-color: rgb(206,226,53); }
td.TdClassName
{
border-color: #CEE235;
}
.TagClassName
{
border-color: #CEE235;
}
</style>