Shades of Pear #C8EF35
Tints of Pear #C8EF35
RGB
CMYK
RGB Variations
Color information
#C8EF35 (or 0xC8EF35) is known color: Pear. HEX triplet: C8, EF and 35. RGB value is (200,239,53). Sum of RGB (Red+Green+Blue) = 200+239+53=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 53 (21.09% from 255 or 10.77% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EF35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8EF35 is #3710CA. Grayscale: #CECECE. Windows color (decimal): -3608779 or 3534792. OLE color: 3534792.
HSL color Cylindrical-coordinate representation of color #C8EF35: hue angle of 72.58º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8EF35 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 53 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.06 |
| HSL | 72.58º | 0.85% | 0.57% | - |
| HSV(B) | 72.58º | 0.78% | 0.94% | - |
| XYZ | 55.33 | 74.27 | 14.79 | - |
| YUV | 206.14 | 41.58 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 53 | 0.16 | 0 | 0.78 | 0.06 | 72.58 | 0.85 | 0.57 |
| Hex | C8 | EF | 35 | 10 | 0 | 4E | 6 | 49 | 55 | 39 |
| Octal | 310 | 357 | 65 | 20 | 0 | 116 | 6 | 111 | 125 | 71 |
| Binary | 11001000 | 11101111 | 110101 | 10000 | 0 | 1001110 | 110 | 1001001 | 1010101 | 111001 |
Color Harmonies of #C8EF35
Complementary color
Monochromatic Colors of #C8EF35
Black with #C8EF35
Text Example
Text Example
White with #C8EF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EF35; }
p { color: rgb(200,239,53); }
H1.HeaderClassName
{
color: #C8EF35;
}
.AnyTagClassName
{
color: #C8EF35;
}
</style>
background-color css
<style>
a { background-color: #C8EF35; }
a { background-color: rgb(200,239,53); }
div.DivClassName
{
background-color: #C8EF35;
}
.BgClassName
{
background-color: #C8EF35;
}
</style>
border-color css
<style>
span { border-color: #C8EF35; }
span { border-color: rgb(200,239,53); }
td.TdClassName
{
border-color: #C8EF35;
}
.TagClassName
{
border-color: #C8EF35;
}
</style>