Shades of Pear #CEE335
Tints of Pear #CEE335
RGB
CMYK
RGB Variations
Color information
#CEE335 (or 0xCEE335) is known color: Pear. HEX triplet: CE, E3 and 35. RGB value is (206,227,53). Sum of RGB (Red+Green+Blue) = 206+227+53=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 227 (89.06% from 255 or 46.71% from 486); Blue value is 53 (21.09% from 255 or 10.91% from 486); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE335 is #311CCA. Grayscale: #C9C9C9. Windows color (decimal): -3218635 or 3531726. OLE color: 3531726.
HSL color Cylindrical-coordinate representation of color #CEE335: hue angle of 67.24º degrees, saturation: 0.76, 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 #CEE335 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 53 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.11 |
| HSL | 67.24º | 0.76% | 0.55% | - |
| HSV(B) | 67.24º | 0.77% | 0.89% | - |
| XYZ | 53.57 | 68.32 | 13.73 | - |
| YUV | 200.89 | 44.54 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 53 | 0.09 | 0 | 0.77 | 0.11 | 67.24 | 0.76 | 0.55 |
| Hex | CE | E3 | 35 | 9 | 0 | 4D | B | 43 | 4C | 37 |
| Octal | 316 | 343 | 65 | 11 | 0 | 115 | 13 | 103 | 114 | 67 |
| Binary | 11001110 | 11100011 | 110101 | 1001 | 0 | 1001101 | 1011 | 1000011 | 1001100 | 110111 |
Color Harmonies of #CEE335
Complementary color
Monochromatic Colors of #CEE335
Black with #CEE335
Text Example
Text Example
White with #CEE335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE335; }
p { color: rgb(206,227,53); }
H1.HeaderClassName
{
color: #CEE335;
}
.AnyTagClassName
{
color: #CEE335;
}
</style>
background-color css
<style>
a { background-color: #CEE335; }
a { background-color: rgb(206,227,53); }
div.DivClassName
{
background-color: #CEE335;
}
.BgClassName
{
background-color: #CEE335;
}
</style>
border-color css
<style>
span { border-color: #CEE335; }
span { border-color: rgb(206,227,53); }
td.TdClassName
{
border-color: #CEE335;
}
.TagClassName
{
border-color: #CEE335;
}
</style>