Shades of Pear #CEE219
Tints of Pear #CEE219
RGB
CMYK
RGB Variations
Color information
#CEE219 (or 0xCEE219) is known color: Pear. HEX triplet: CE, E2 and 19. RGB value is (206,226,25). Sum of RGB (Red+Green+Blue) = 206+226+25=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 226 (88.67% from 255 or 49.45% from 457); Blue value is 25 (10.16% from 255 or 5.47% from 457); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE219 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE219 is #311DE6. Grayscale: #C5C5C5. Windows color (decimal): -3218919 or 1696462. OLE color: 1696462.
HSL color Cylindrical-coordinate representation of color #CEE219: hue angle of 65.97º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEE219 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 226 | 25 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.11 |
| HSL | 65.97º | 0.8% | 0.49% | - |
| HSV(B) | 65.97º | 0.89% | 0.89% | - |
| XYZ | 52.83 | 67.58 | 11.18 | - |
| YUV | 197.11 | 30.87 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 25 | 0.09 | 0 | 0.89 | 0.11 | 65.97 | 0.8 | 0.49 |
| Hex | CE | E2 | 19 | 9 | 0 | 59 | B | 42 | 50 | 31 |
| Octal | 316 | 342 | 31 | 11 | 0 | 131 | 13 | 102 | 120 | 61 |
| Binary | 11001110 | 11100010 | 11001 | 1001 | 0 | 1011001 | 1011 | 1000010 | 1010000 | 110001 |
Color Harmonies of #CEE219
Complementary color
Monochromatic Colors of #CEE219
Black with #CEE219
Text Example
Text Example
White with #CEE219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE219; }
p { color: rgb(206,226,25); }
H1.HeaderClassName
{
color: #CEE219;
}
.AnyTagClassName
{
color: #CEE219;
}
</style>
background-color css
<style>
a { background-color: #CEE219; }
a { background-color: rgb(206,226,25); }
div.DivClassName
{
background-color: #CEE219;
}
.BgClassName
{
background-color: #CEE219;
}
</style>
border-color css
<style>
span { border-color: #CEE219; }
span { border-color: rgb(206,226,25); }
td.TdClassName
{
border-color: #CEE219;
}
.TagClassName
{
border-color: #CEE219;
}
</style>