Shades of Pear #C8EC1C
Tints of Pear #C8EC1C
RGB
CMYK
RGB Variations
Color information
#C8EC1C (or 0xC8EC1C) is known color: Pear. HEX triplet: C8, EC and 1C. RGB value is (200,236,28). Sum of RGB (Red+Green+Blue) = 200+236+28=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 236 (92.58% from 255 or 50.86% from 464); Blue value is 28 (11.33% from 255 or 6.03% from 464); Max value from RGB is 236 - color contains mainly: green. Hex color #C8EC1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8EC1C is #3713E3. Grayscale: #CACACA. Windows color (decimal): -3609572 or 1895624. OLE color: 1895624.
HSL color Cylindrical-coordinate representation of color #C8EC1C: hue angle of 70.38º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8EC1C is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 236 | 28 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.07 |
| HSL | 70.38º | 0.85% | 0.52% | - |
| HSV(B) | 70.38º | 0.88% | 0.93% | - |
| XYZ | 54.02 | 72.35 | 12.22 | - |
| YUV | 201.52 | 30.07 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 28 | 0.15 | 0 | 0.88 | 0.07 | 70.38 | 0.85 | 0.52 |
| Hex | C8 | EC | 1C | F | 0 | 58 | 7 | 46 | 55 | 34 |
| Octal | 310 | 354 | 34 | 17 | 0 | 130 | 7 | 106 | 125 | 64 |
| Binary | 11001000 | 11101100 | 11100 | 1111 | 0 | 1011000 | 111 | 1000110 | 1010101 | 110100 |
Color Harmonies of #C8EC1C
Complementary color
Monochromatic Colors of #C8EC1C
Black with #C8EC1C
Text Example
Text Example
White with #C8EC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EC1C; }
p { color: rgb(200,236,28); }
H1.HeaderClassName
{
color: #C8EC1C;
}
.AnyTagClassName
{
color: #C8EC1C;
}
</style>
background-color css
<style>
a { background-color: #C8EC1C; }
a { background-color: rgb(200,236,28); }
div.DivClassName
{
background-color: #C8EC1C;
}
.BgClassName
{
background-color: #C8EC1C;
}
</style>
border-color css
<style>
span { border-color: #C8EC1C; }
span { border-color: rgb(200,236,28); }
td.TdClassName
{
border-color: #C8EC1C;
}
.TagClassName
{
border-color: #C8EC1C;
}
</style>