Shades of Pear #CEE540
Tints of Pear #CEE540
RGB
CMYK
RGB Variations
Color information
#CEE540 (or 0xCEE540) is known color: Pear. HEX triplet: CE, E5 and 40. RGB value is (206,229,64). Sum of RGB (Red+Green+Blue) = 206+229+64=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE540 is #311ABF. Grayscale: #CBCBCB. Windows color (decimal): -3218112 or 4253134. OLE color: 4253134.
HSL color Cylindrical-coordinate representation of color #CEE540: hue angle of 68.36º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEE540 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 64 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.10 |
| HSL | 68.36º | 0.76% | 0.57% | - |
| HSV(B) | 68.36º | 0.72% | 0.9% | - |
| XYZ | 54.4 | 69.53 | 15.4 | - |
| YUV | 203.31 | 49.38 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 64 | 0.10 | 0 | 0.72 | 0.10 | 68.36 | 0.76 | 0.57 |
| Hex | CE | E5 | 40 | A | 0 | 48 | A | 44 | 4C | 39 |
| Octal | 316 | 345 | 100 | 12 | 0 | 110 | 12 | 104 | 114 | 71 |
| Binary | 11001110 | 11100101 | 1000000 | 1010 | 0 | 1001000 | 1010 | 1000100 | 1001100 | 111001 |
Color Harmonies of #CEE540
Complementary color
Monochromatic Colors of #CEE540
Black with #CEE540
Text Example
Text Example
White with #CEE540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE540; }
p { color: rgb(206,229,64); }
H1.HeaderClassName
{
color: #CEE540;
}
.AnyTagClassName
{
color: #CEE540;
}
</style>
background-color css
<style>
a { background-color: #CEE540; }
a { background-color: rgb(206,229,64); }
div.DivClassName
{
background-color: #CEE540;
}
.BgClassName
{
background-color: #CEE540;
}
</style>
border-color css
<style>
span { border-color: #CEE540; }
span { border-color: rgb(206,229,64); }
td.TdClassName
{
border-color: #CEE540;
}
.TagClassName
{
border-color: #CEE540;
}
</style>