Shades of Pear #C8F634
Tints of Pear #C8F634
RGB
CMYK
RGB Variations
Color information
#C8F634 (or 0xC8F634) is known color: Pear. HEX triplet: C8, F6 and 34. RGB value is (200,246,52). Sum of RGB (Red+Green+Blue) = 200+246+52=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 52 (20.70% from 255 or 10.44% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #C8F634 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F634 is #3709CB. Grayscale: #D2D2D2. Windows color (decimal): -3606988 or 3471048. OLE color: 3471048.
HSL color Cylindrical-coordinate representation of color #C8F634: hue angle of 74.23º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C8F634 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 246 | 52 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.04 |
| HSL | 74.23º | 0.92% | 0.58% | - |
| HSV(B) | 74.23º | 0.79% | 0.96% | - |
| XYZ | 57.4 | 78.44 | 15.36 | - |
| YUV | 210.13 | 38.76 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 246 | 52 | 0.19 | 0 | 0.79 | 0.04 | 74.23 | 0.92 | 0.58 |
| Hex | C8 | F6 | 34 | 13 | 0 | 4F | 4 | 4A | 5C | 3A |
| Octal | 310 | 366 | 64 | 23 | 0 | 117 | 4 | 112 | 134 | 72 |
| Binary | 11001000 | 11110110 | 110100 | 10011 | 0 | 1001111 | 100 | 1001010 | 1011100 | 111010 |
Color Harmonies of #C8F634
Complementary color
Monochromatic Colors of #C8F634
Black with #C8F634
Text Example
Text Example
White with #C8F634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F634; }
p { color: rgb(200,246,52); }
H1.HeaderClassName
{
color: #C8F634;
}
.AnyTagClassName
{
color: #C8F634;
}
</style>
background-color css
<style>
a { background-color: #C8F634; }
a { background-color: rgb(200,246,52); }
div.DivClassName
{
background-color: #C8F634;
}
.BgClassName
{
background-color: #C8F634;
}
</style>
border-color css
<style>
span { border-color: #C8F634; }
span { border-color: rgb(200,246,52); }
td.TdClassName
{
border-color: #C8F634;
}
.TagClassName
{
border-color: #C8F634;
}
</style>