Shades of Pear #C8F934
Tints of Pear #C8F934
RGB
CMYK
RGB Variations
Color information
#C8F934 (or 0xC8F934) is known color: Pear. HEX triplet: C8, F9 and 34. RGB value is (200,249,52). Sum of RGB (Red+Green+Blue) = 200+249+52=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 52 (20.70% from 255 or 10.38% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F934 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F934 is #3706CB. Grayscale: #D4D4D4. Windows color (decimal): -3606220 or 3471816. OLE color: 3471816.
HSL color Cylindrical-coordinate representation of color #C8F934: hue angle of 74.92º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C8F934 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 249 | 52 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.02 |
| HSL | 74.92º | 0.94% | 0.59% | - |
| HSV(B) | 74.92º | 0.79% | 0.98% | - |
| XYZ | 58.31 | 80.28 | 15.67 | - |
| YUV | 211.89 | 37.77 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 249 | 52 | 0.20 | 0 | 0.79 | 0.02 | 74.92 | 0.94 | 0.59 |
| Hex | C8 | F9 | 34 | 14 | 0 | 4F | 2 | 4B | 5E | 3B |
| Octal | 310 | 371 | 64 | 24 | 0 | 117 | 2 | 113 | 136 | 73 |
| Binary | 11001000 | 11111001 | 110100 | 10100 | 0 | 1001111 | 10 | 1001011 | 1011110 | 111011 |
Color Harmonies of #C8F934
Complementary color
Monochromatic Colors of #C8F934
Black with #C8F934
Text Example
Text Example
White with #C8F934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F934; }
p { color: rgb(200,249,52); }
H1.HeaderClassName
{
color: #C8F934;
}
.AnyTagClassName
{
color: #C8F934;
}
</style>
background-color css
<style>
a { background-color: #C8F934; }
a { background-color: rgb(200,249,52); }
div.DivClassName
{
background-color: #C8F934;
}
.BgClassName
{
background-color: #C8F934;
}
</style>
border-color css
<style>
span { border-color: #C8F934; }
span { border-color: rgb(200,249,52); }
td.TdClassName
{
border-color: #C8F934;
}
.TagClassName
{
border-color: #C8F934;
}
</style>