Shades of Pear #C8EF41
Tints of Pear #C8EF41
RGB
CMYK
RGB Variations
Color information
#C8EF41 (or 0xC8EF41) is known color: Pear. HEX triplet: C8, EF and 41. RGB value is (200,239,65). Sum of RGB (Red+Green+Blue) = 200+239+65=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 65 (25.78% from 255 or 12.90% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EF41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8EF41 is #3710BE. Grayscale: #D0D0D0. Windows color (decimal): -3608767 or 4321224. OLE color: 4321224.
HSL color Cylindrical-coordinate representation of color #C8EF41: hue angle of 73.45º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8EF41 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 65 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.06 |
| HSL | 73.45º | 0.84% | 0.6% | - |
| HSV(B) | 73.45º | 0.73% | 0.94% | - |
| XYZ | 55.64 | 74.39 | 16.43 | - |
| YUV | 207.5 | 47.58 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 65 | 0.16 | 0 | 0.73 | 0.06 | 73.45 | 0.84 | 0.6 |
| Hex | C8 | EF | 41 | 10 | 0 | 49 | 6 | 49 | 54 | 3C |
| Octal | 310 | 357 | 101 | 20 | 0 | 111 | 6 | 111 | 124 | 74 |
| Binary | 11001000 | 11101111 | 1000001 | 10000 | 0 | 1001001 | 110 | 1001001 | 1010100 | 111100 |
Color Harmonies of #C8EF41
Complementary color
Monochromatic Colors of #C8EF41
Black with #C8EF41
Text Example
Text Example
White with #C8EF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EF41; }
p { color: rgb(200,239,65); }
H1.HeaderClassName
{
color: #C8EF41;
}
.AnyTagClassName
{
color: #C8EF41;
}
</style>
background-color css
<style>
a { background-color: #C8EF41; }
a { background-color: rgb(200,239,65); }
div.DivClassName
{
background-color: #C8EF41;
}
.BgClassName
{
background-color: #C8EF41;
}
</style>
border-color css
<style>
span { border-color: #C8EF41; }
span { border-color: rgb(200,239,65); }
td.TdClassName
{
border-color: #C8EF41;
}
.TagClassName
{
border-color: #C8EF41;
}
</style>