Shades of Pear #C8EB26
Tints of Pear #C8EB26
RGB
CMYK
RGB Variations
Color information
#C8EB26 (or 0xC8EB26) is known color: Pear. HEX triplet: C8, EB and 26. RGB value is (200,235,38). Sum of RGB (Red+Green+Blue) = 200+235+38=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 38 (15.23% from 255 or 8.03% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EB26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8EB26 is #3714D9. Grayscale: #CACACA. Windows color (decimal): -3609818 or 2550728. OLE color: 2550728.
HSL color Cylindrical-coordinate representation of color #C8EB26: hue angle of 70.66º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8EB26 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 235 | 38 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.08 |
| HSL | 70.66º | 0.83% | 0.54% | - |
| HSV(B) | 70.66º | 0.84% | 0.92% | - |
| XYZ | 53.88 | 71.84 | 12.86 | - |
| YUV | 202.08 | 35.4 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 235 | 38 | 0.15 | 0 | 0.84 | 0.08 | 70.66 | 0.83 | 0.54 |
| Hex | C8 | EB | 26 | F | 0 | 54 | 8 | 47 | 53 | 36 |
| Octal | 310 | 353 | 46 | 17 | 0 | 124 | 10 | 107 | 123 | 66 |
| Binary | 11001000 | 11101011 | 100110 | 1111 | 0 | 1010100 | 1000 | 1000111 | 1010011 | 110110 |
Color Harmonies of #C8EB26
Complementary color
Monochromatic Colors of #C8EB26
Black with #C8EB26
Text Example
Text Example
White with #C8EB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EB26; }
p { color: rgb(200,235,38); }
H1.HeaderClassName
{
color: #C8EB26;
}
.AnyTagClassName
{
color: #C8EB26;
}
</style>
background-color css
<style>
a { background-color: #C8EB26; }
a { background-color: rgb(200,235,38); }
div.DivClassName
{
background-color: #C8EB26;
}
.BgClassName
{
background-color: #C8EB26;
}
</style>
border-color css
<style>
span { border-color: #C8EB26; }
span { border-color: rgb(200,235,38); }
td.TdClassName
{
border-color: #C8EB26;
}
.TagClassName
{
border-color: #C8EB26;
}
</style>