Shades of Pear #C8EA3B
Tints of Pear #C8EA3B
RGB
CMYK
RGB Variations
Color information
#C8EA3B (or 0xC8EA3B) is known color: Pear. HEX triplet: C8, EA and 3B. RGB value is (200,234,59). Sum of RGB (Red+Green+Blue) = 200+234+59=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 234 (91.80% from 255 or 47.46% from 493); Blue value is 59 (23.44% from 255 or 11.97% from 493); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8EA3B is #3715C4. Grayscale: #CCCCCC. Windows color (decimal): -3610053 or 3926728. OLE color: 3926728.
HSL color Cylindrical-coordinate representation of color #C8EA3B: hue angle of 71.66º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8EA3B is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 59 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.08 |
| HSL | 71.66º | 0.81% | 0.57% | - |
| HSV(B) | 71.66º | 0.75% | 0.92% | - |
| XYZ | 54.03 | 71.44 | 15.08 | - |
| YUV | 203.88 | 46.24 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 59 | 0.15 | 0 | 0.75 | 0.08 | 71.66 | 0.81 | 0.57 |
| Hex | C8 | EA | 3B | F | 0 | 4B | 8 | 48 | 51 | 39 |
| Octal | 310 | 352 | 73 | 17 | 0 | 113 | 10 | 110 | 121 | 71 |
| Binary | 11001000 | 11101010 | 111011 | 1111 | 0 | 1001011 | 1000 | 1001000 | 1010001 | 111001 |
Color Harmonies of #C8EA3B
Complementary color
Monochromatic Colors of #C8EA3B
Black with #C8EA3B
Text Example
Text Example
White with #C8EA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EA3B; }
p { color: rgb(200,234,59); }
H1.HeaderClassName
{
color: #C8EA3B;
}
.AnyTagClassName
{
color: #C8EA3B;
}
</style>
background-color css
<style>
a { background-color: #C8EA3B; }
a { background-color: rgb(200,234,59); }
div.DivClassName
{
background-color: #C8EA3B;
}
.BgClassName
{
background-color: #C8EA3B;
}
</style>
border-color css
<style>
span { border-color: #C8EA3B; }
span { border-color: rgb(200,234,59); }
td.TdClassName
{
border-color: #C8EA3B;
}
.TagClassName
{
border-color: #C8EA3B;
}
</style>