Shades of Pear #CEE542
Tints of Pear #CEE542
RGB
CMYK
RGB Variations
Color information
#CEE542 (or 0xCEE542) is known color: Pear. HEX triplet: CE, E5 and 42. RGB value is (206,229,66). Sum of RGB (Red+Green+Blue) = 206+229+66=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE542 is #311ABD. Grayscale: #CCCCCC. Windows color (decimal): -3218110 or 4384206. OLE color: 4384206.
HSL color Cylindrical-coordinate representation of color #CEE542: hue angle of 68.47º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEE542 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 66 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.10 |
| HSL | 68.47º | 0.76% | 0.58% | - |
| HSV(B) | 68.47º | 0.71% | 0.9% | - |
| XYZ | 54.46 | 69.55 | 15.71 | - |
| YUV | 203.54 | 50.38 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 66 | 0.10 | 0 | 0.71 | 0.10 | 68.47 | 0.76 | 0.58 |
| Hex | CE | E5 | 42 | A | 0 | 47 | A | 44 | 4C | 3A |
| Octal | 316 | 345 | 102 | 12 | 0 | 107 | 12 | 104 | 114 | 72 |
| Binary | 11001110 | 11100101 | 1000010 | 1010 | 0 | 1000111 | 1010 | 1000100 | 1001100 | 111010 |
Color Harmonies of #CEE542
Complementary color
Monochromatic Colors of #CEE542
Black with #CEE542
Text Example
Text Example
White with #CEE542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE542; }
p { color: rgb(206,229,66); }
H1.HeaderClassName
{
color: #CEE542;
}
.AnyTagClassName
{
color: #CEE542;
}
</style>
background-color css
<style>
a { background-color: #CEE542; }
a { background-color: rgb(206,229,66); }
div.DivClassName
{
background-color: #CEE542;
}
.BgClassName
{
background-color: #CEE542;
}
</style>
border-color css
<style>
span { border-color: #CEE542; }
span { border-color: rgb(206,229,66); }
td.TdClassName
{
border-color: #CEE542;
}
.TagClassName
{
border-color: #CEE542;
}
</style>