Shades of Pear #CEE441
Tints of Pear #CEE441
RGB
CMYK
RGB Variations
Color information
#CEE441 (or 0xCEE441) is known color: Pear. HEX triplet: CE, E4 and 41. RGB value is (206,228,65). Sum of RGB (Red+Green+Blue) = 206+228+65=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 65 (25.78% from 255 or 13.03% from 499); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE441 is #311BBE. Grayscale: #CBCBCB. Windows color (decimal): -3218367 or 4318414. OLE color: 4318414.
HSL color Cylindrical-coordinate representation of color #CEE441: hue angle of 68.1º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEE441 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 228 | 65 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.11 |
| HSL | 68.1º | 0.75% | 0.57% | - |
| HSV(B) | 68.1º | 0.71% | 0.89% | - |
| XYZ | 54.15 | 68.99 | 15.46 | - |
| YUV | 202.84 | 50.21 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 228 | 65 | 0.10 | 0 | 0.71 | 0.11 | 68.1 | 0.75 | 0.57 |
| Hex | CE | E4 | 41 | A | 0 | 47 | B | 44 | 4B | 39 |
| Octal | 316 | 344 | 101 | 12 | 0 | 107 | 13 | 104 | 113 | 71 |
| Binary | 11001110 | 11100100 | 1000001 | 1010 | 0 | 1000111 | 1011 | 1000100 | 1001011 | 111001 |
Color Harmonies of #CEE441
Complementary color
Monochromatic Colors of #CEE441
Black with #CEE441
Text Example
Text Example
White with #CEE441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE441; }
p { color: rgb(206,228,65); }
H1.HeaderClassName
{
color: #CEE441;
}
.AnyTagClassName
{
color: #CEE441;
}
</style>
background-color css
<style>
a { background-color: #CEE441; }
a { background-color: rgb(206,228,65); }
div.DivClassName
{
background-color: #CEE441;
}
.BgClassName
{
background-color: #CEE441;
}
</style>
border-color css
<style>
span { border-color: #CEE441; }
span { border-color: rgb(206,228,65); }
td.TdClassName
{
border-color: #CEE441;
}
.TagClassName
{
border-color: #CEE441;
}
</style>