Shades of Pear #C8F236
Tints of Pear #C8F236
RGB
CMYK
RGB Variations
Color information
#C8F236 (or 0xC8F236) is known color: Pear. HEX triplet: C8, F2 and 36. RGB value is (200,242,54). Sum of RGB (Red+Green+Blue) = 200+242+54=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 54 (21.48% from 255 or 10.89% from 496); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F236 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F236 is #370DC9. Grayscale: #D0D0D0. Windows color (decimal): -3608010 or 3601096. OLE color: 3601096.
HSL color Cylindrical-coordinate representation of color #C8F236: hue angle of 73.4º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8F236 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 242 | 54 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.05 |
| HSL | 73.4º | 0.88% | 0.58% | - |
| HSV(B) | 73.4º | 0.78% | 0.95% | - |
| XYZ | 56.24 | 76.05 | 15.21 | - |
| YUV | 208.01 | 41.09 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 242 | 54 | 0.17 | 0 | 0.78 | 0.05 | 73.4 | 0.88 | 0.58 |
| Hex | C8 | F2 | 36 | 11 | 0 | 4E | 5 | 49 | 58 | 3A |
| Octal | 310 | 362 | 66 | 21 | 0 | 116 | 5 | 111 | 130 | 72 |
| Binary | 11001000 | 11110010 | 110110 | 10001 | 0 | 1001110 | 101 | 1001001 | 1011000 | 111010 |
Color Harmonies of #C8F236
Complementary color
Monochromatic Colors of #C8F236
Black with #C8F236
Text Example
Text Example
White with #C8F236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F236; }
p { color: rgb(200,242,54); }
H1.HeaderClassName
{
color: #C8F236;
}
.AnyTagClassName
{
color: #C8F236;
}
</style>
background-color css
<style>
a { background-color: #C8F236; }
a { background-color: rgb(200,242,54); }
div.DivClassName
{
background-color: #C8F236;
}
.BgClassName
{
background-color: #C8F236;
}
</style>
border-color css
<style>
span { border-color: #C8F236; }
span { border-color: rgb(200,242,54); }
td.TdClassName
{
border-color: #C8F236;
}
.TagClassName
{
border-color: #C8F236;
}
</style>