Shades of Pear #CEE01C
Tints of Pear #CEE01C
RGB
CMYK
RGB Variations
Color information
#CEE01C (or 0xCEE01C) is known color: Pear. HEX triplet: CE, E0 and 1C. RGB value is (206,224,28). Sum of RGB (Red+Green+Blue) = 206+224+28=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 224 (87.89% from 255 or 48.91% from 458); Blue value is 28 (11.33% from 255 or 6.11% from 458); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE01C is #311FE3. Grayscale: #C5C5C5. Windows color (decimal): -3219428 or 1892558. OLE color: 1892558.
HSL color Cylindrical-coordinate representation of color #CEE01C: hue angle of 65.51º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEE01C is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 224 | 28 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.12 |
| HSL | 65.51º | 0.78% | 0.49% | - |
| HSV(B) | 65.51º | 0.88% | 0.88% | - |
| XYZ | 52.32 | 66.52 | 11.18 | - |
| YUV | 196.27 | 33.04 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 28 | 0.08 | 0 | 0.88 | 0.12 | 65.51 | 0.78 | 0.49 |
| Hex | CE | E0 | 1C | 8 | 0 | 58 | C | 42 | 4E | 31 |
| Octal | 316 | 340 | 34 | 10 | 0 | 130 | 14 | 102 | 116 | 61 |
| Binary | 11001110 | 11100000 | 11100 | 1000 | 0 | 1011000 | 1100 | 1000010 | 1001110 | 110001 |
Color Harmonies of #CEE01C
Complementary color
Monochromatic Colors of #CEE01C
Black with #CEE01C
Text Example
Text Example
White with #CEE01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE01C; }
p { color: rgb(206,224,28); }
H1.HeaderClassName
{
color: #CEE01C;
}
.AnyTagClassName
{
color: #CEE01C;
}
</style>
background-color css
<style>
a { background-color: #CEE01C; }
a { background-color: rgb(206,224,28); }
div.DivClassName
{
background-color: #CEE01C;
}
.BgClassName
{
background-color: #CEE01C;
}
</style>
border-color css
<style>
span { border-color: #CEE01C; }
span { border-color: rgb(206,224,28); }
td.TdClassName
{
border-color: #CEE01C;
}
.TagClassName
{
border-color: #CEE01C;
}
</style>