Shades of Pear #C8F031
Tints of Pear #C8F031
RGB
CMYK
RGB Variations
Color information
#C8F031 (or 0xC8F031) is known color: Pear. HEX triplet: C8, F0 and 31. RGB value is (200,240,49). Sum of RGB (Red+Green+Blue) = 200+240+49=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 49 (19.53% from 255 or 10.02% from 489); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F031 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F031 is #370FCE. Grayscale: #CECECE. Windows color (decimal): -3608527 or 3272904. OLE color: 3272904.
HSL color Cylindrical-coordinate representation of color #C8F031: hue angle of 72.57º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8F031 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 240 | 49 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.06 |
| HSL | 72.57º | 0.86% | 0.57% | - |
| HSV(B) | 72.57º | 0.8% | 0.94% | - |
| XYZ | 55.53 | 74.82 | 14.42 | - |
| YUV | 206.27 | 39.25 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 49 | 0.17 | 0 | 0.80 | 0.06 | 72.57 | 0.86 | 0.57 |
| Hex | C8 | F0 | 31 | 11 | 0 | 50 | 6 | 49 | 56 | 39 |
| Octal | 310 | 360 | 61 | 21 | 0 | 120 | 6 | 111 | 126 | 71 |
| Binary | 11001000 | 11110000 | 110001 | 10001 | 0 | 1010000 | 110 | 1001001 | 1010110 | 111001 |
Color Harmonies of #C8F031
Complementary color
Monochromatic Colors of #C8F031
Black with #C8F031
Text Example
Text Example
White with #C8F031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F031; }
p { color: rgb(200,240,49); }
H1.HeaderClassName
{
color: #C8F031;
}
.AnyTagClassName
{
color: #C8F031;
}
</style>
background-color css
<style>
a { background-color: #C8F031; }
a { background-color: rgb(200,240,49); }
div.DivClassName
{
background-color: #C8F031;
}
.BgClassName
{
background-color: #C8F031;
}
</style>
border-color css
<style>
span { border-color: #C8F031; }
span { border-color: rgb(200,240,49); }
td.TdClassName
{
border-color: #C8F031;
}
.TagClassName
{
border-color: #C8F031;
}
</style>