Shades of Pear #C8EA2D
Tints of Pear #C8EA2D
RGB
CMYK
RGB Variations
Color information
#C8EA2D (or 0xC8EA2D) is known color: Pear. HEX triplet: C8, EA and 2D. RGB value is (200,234,45). Sum of RGB (Red+Green+Blue) = 200+234+45=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8EA2D is #3715D2. Grayscale: #CBCBCB. Windows color (decimal): -3610067 or 3009224. OLE color: 3009224.
HSL color Cylindrical-coordinate representation of color #C8EA2D: hue angle of 70.79º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8EA2D is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 45 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.08 |
| HSL | 70.79º | 0.82% | 0.55% | - |
| HSV(B) | 70.79º | 0.81% | 0.92% | - |
| XYZ | 53.72 | 71.31 | 13.42 | - |
| YUV | 202.29 | 39.24 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 45 | 0.15 | 0 | 0.81 | 0.08 | 70.79 | 0.82 | 0.55 |
| Hex | C8 | EA | 2D | F | 0 | 51 | 8 | 47 | 52 | 37 |
| Octal | 310 | 352 | 55 | 17 | 0 | 121 | 10 | 107 | 122 | 67 |
| Binary | 11001000 | 11101010 | 101101 | 1111 | 0 | 1010001 | 1000 | 1000111 | 1010010 | 110111 |
Color Harmonies of #C8EA2D
Complementary color
Monochromatic Colors of #C8EA2D
Black with #C8EA2D
Text Example
Text Example
White with #C8EA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EA2D; }
p { color: rgb(200,234,45); }
H1.HeaderClassName
{
color: #C8EA2D;
}
.AnyTagClassName
{
color: #C8EA2D;
}
</style>
background-color css
<style>
a { background-color: #C8EA2D; }
a { background-color: rgb(200,234,45); }
div.DivClassName
{
background-color: #C8EA2D;
}
.BgClassName
{
background-color: #C8EA2D;
}
</style>
border-color css
<style>
span { border-color: #C8EA2D; }
span { border-color: rgb(200,234,45); }
td.TdClassName
{
border-color: #C8EA2D;
}
.TagClassName
{
border-color: #C8EA2D;
}
</style>