Shades of Pear #C8EB25
Tints of Pear #C8EB25
RGB
CMYK
RGB Variations
Color information
#C8EB25 (or 0xC8EB25) is known color: Pear. HEX triplet: C8, EB and 25. RGB value is (200,235,37). Sum of RGB (Red+Green+Blue) = 200+235+37=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 235 (92.19% from 255 or 49.79% from 472); Blue value is 37 (14.84% from 255 or 7.84% from 472); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EB25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8EB25 is #3714DA. Grayscale: #CACACA. Windows color (decimal): -3609819 or 2485192. OLE color: 2485192.
HSL color Cylindrical-coordinate representation of color #C8EB25: hue angle of 70.61º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8EB25 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 235 | 37 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.08 |
| HSL | 70.61º | 0.83% | 0.53% | - |
| HSV(B) | 70.61º | 0.84% | 0.92% | - |
| XYZ | 53.86 | 71.83 | 12.78 | - |
| YUV | 201.96 | 34.9 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 235 | 37 | 0.15 | 0 | 0.84 | 0.08 | 70.61 | 0.83 | 0.53 |
| Hex | C8 | EB | 25 | F | 0 | 54 | 8 | 47 | 53 | 35 |
| Octal | 310 | 353 | 45 | 17 | 0 | 124 | 10 | 107 | 123 | 65 |
| Binary | 11001000 | 11101011 | 100101 | 1111 | 0 | 1010100 | 1000 | 1000111 | 1010011 | 110101 |
Color Harmonies of #C8EB25
Complementary color
Monochromatic Colors of #C8EB25
Black with #C8EB25
Text Example
Text Example
White with #C8EB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EB25; }
p { color: rgb(200,235,37); }
H1.HeaderClassName
{
color: #C8EB25;
}
.AnyTagClassName
{
color: #C8EB25;
}
</style>
background-color css
<style>
a { background-color: #C8EB25; }
a { background-color: rgb(200,235,37); }
div.DivClassName
{
background-color: #C8EB25;
}
.BgClassName
{
background-color: #C8EB25;
}
</style>
border-color css
<style>
span { border-color: #C8EB25; }
span { border-color: rgb(200,235,37); }
td.TdClassName
{
border-color: #C8EB25;
}
.TagClassName
{
border-color: #C8EB25;
}
</style>