Shades of Pear #C8EF25
Tints of Pear #C8EF25
RGB
CMYK
RGB Variations
Color information
#C8EF25 (or 0xC8EF25) is known color: Pear. HEX triplet: C8, EF and 25. RGB value is (200,239,37). Sum of RGB (Red+Green+Blue) = 200+239+37=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 37 (14.84% from 255 or 7.77% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EF25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8EF25 is #3710DA. Grayscale: #CDCDCD. Windows color (decimal): -3608795 or 2486216. OLE color: 2486216.
HSL color Cylindrical-coordinate representation of color #C8EF25: hue angle of 71.58º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8EF25 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 37 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.06 |
| HSL | 71.58º | 0.86% | 0.54% | - |
| HSV(B) | 71.58º | 0.85% | 0.94% | - |
| XYZ | 55.02 | 74.15 | 13.16 | - |
| YUV | 204.31 | 33.58 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 37 | 0.16 | 0 | 0.85 | 0.06 | 71.58 | 0.86 | 0.54 |
| Hex | C8 | EF | 25 | 10 | 0 | 55 | 6 | 48 | 56 | 36 |
| Octal | 310 | 357 | 45 | 20 | 0 | 125 | 6 | 110 | 126 | 66 |
| Binary | 11001000 | 11101111 | 100101 | 10000 | 0 | 1010101 | 110 | 1001000 | 1010110 | 110110 |
Color Harmonies of #C8EF25
Complementary color
Monochromatic Colors of #C8EF25
Black with #C8EF25
Text Example
Text Example
White with #C8EF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EF25; }
p { color: rgb(200,239,37); }
H1.HeaderClassName
{
color: #C8EF25;
}
.AnyTagClassName
{
color: #C8EF25;
}
</style>
background-color css
<style>
a { background-color: #C8EF25; }
a { background-color: rgb(200,239,37); }
div.DivClassName
{
background-color: #C8EF25;
}
.BgClassName
{
background-color: #C8EF25;
}
</style>
border-color css
<style>
span { border-color: #C8EF25; }
span { border-color: rgb(200,239,37); }
td.TdClassName
{
border-color: #C8EF25;
}
.TagClassName
{
border-color: #C8EF25;
}
</style>