Shades of Pear #C8E71D
Tints of Pear #C8E71D
RGB
CMYK
RGB Variations
Color information
#C8E71D (or 0xC8E71D) is known color: Pear. HEX triplet: C8, E7 and 1D. RGB value is (200,231,29). Sum of RGB (Red+Green+Blue) = 200+231+29=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 231 (90.62% from 255 or 50.22% from 460); Blue value is 29 (11.72% from 255 or 6.30% from 460); Max value from RGB is 231 - color contains mainly: green. Hex color #C8E71D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8E71D is #3718E2. Grayscale: #C7C7C7. Windows color (decimal): -3610851 or 1959880. OLE color: 1959880.
HSL color Cylindrical-coordinate representation of color #C8E71D: hue angle of 69.21º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8E71D is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 231 | 29 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.09 |
| HSL | 69.21º | 0.81% | 0.51% | - |
| HSV(B) | 69.21º | 0.87% | 0.91% | - |
| XYZ | 52.62 | 69.52 | 11.81 | - |
| YUV | 198.7 | 32.23 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 231 | 29 | 0.13 | 0 | 0.87 | 0.09 | 69.21 | 0.81 | 0.51 |
| Hex | C8 | E7 | 1D | D | 0 | 57 | 9 | 45 | 51 | 33 |
| Octal | 310 | 347 | 35 | 15 | 0 | 127 | 11 | 105 | 121 | 63 |
| Binary | 11001000 | 11100111 | 11101 | 1101 | 0 | 1010111 | 1001 | 1000101 | 1010001 | 110011 |
Color Harmonies of #C8E71D
Complementary color
Monochromatic Colors of #C8E71D
Black with #C8E71D
Text Example
Text Example
White with #C8E71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E71D; }
p { color: rgb(200,231,29); }
H1.HeaderClassName
{
color: #C8E71D;
}
.AnyTagClassName
{
color: #C8E71D;
}
</style>
background-color css
<style>
a { background-color: #C8E71D; }
a { background-color: rgb(200,231,29); }
div.DivClassName
{
background-color: #C8E71D;
}
.BgClassName
{
background-color: #C8E71D;
}
</style>
border-color css
<style>
span { border-color: #C8E71D; }
span { border-color: rgb(200,231,29); }
td.TdClassName
{
border-color: #C8E71D;
}
.TagClassName
{
border-color: #C8E71D;
}
</style>