Shades of Pear #C8EC1D
Tints of Pear #C8EC1D
RGB
CMYK
RGB Variations
Color information
#C8EC1D (or 0xC8EC1D) is known color: Pear. HEX triplet: C8, EC and 1D. RGB value is (200,236,29). Sum of RGB (Red+Green+Blue) = 200+236+29=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 29 (11.72% from 255 or 6.24% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #C8EC1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8EC1D is #3713E2. Grayscale: #CACACA. Windows color (decimal): -3609571 or 1961160. OLE color: 1961160.
HSL color Cylindrical-coordinate representation of color #C8EC1D: hue angle of 70.43º degrees, saturation: 0.84, 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 #C8EC1D is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 236 | 29 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.07 |
| HSL | 70.43º | 0.84% | 0.52% | - |
| HSV(B) | 70.43º | 0.88% | 0.93% | - |
| XYZ | 54.04 | 72.36 | 12.28 | - |
| YUV | 201.64 | 30.57 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 29 | 0.15 | 0 | 0.88 | 0.07 | 70.43 | 0.84 | 0.52 |
| Hex | C8 | EC | 1D | F | 0 | 58 | 7 | 46 | 54 | 34 |
| Octal | 310 | 354 | 35 | 17 | 0 | 130 | 7 | 106 | 124 | 64 |
| Binary | 11001000 | 11101100 | 11101 | 1111 | 0 | 1011000 | 111 | 1000110 | 1010100 | 110100 |
Color Harmonies of #C8EC1D
Complementary color
Monochromatic Colors of #C8EC1D
Black with #C8EC1D
Text Example
Text Example
White with #C8EC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EC1D; }
p { color: rgb(200,236,29); }
H1.HeaderClassName
{
color: #C8EC1D;
}
.AnyTagClassName
{
color: #C8EC1D;
}
</style>
background-color css
<style>
a { background-color: #C8EC1D; }
a { background-color: rgb(200,236,29); }
div.DivClassName
{
background-color: #C8EC1D;
}
.BgClassName
{
background-color: #C8EC1D;
}
</style>
border-color css
<style>
span { border-color: #C8EC1D; }
span { border-color: rgb(200,236,29); }
td.TdClassName
{
border-color: #C8EC1D;
}
.TagClassName
{
border-color: #C8EC1D;
}
</style>