Shades of Pear #C2F031
Tints of Pear #C2F031
RGB
CMYK
RGB Variations
Color information
#C2F031 (or 0xC2F031) is known color: Pear. HEX triplet: C2, F0 and 31. RGB value is (194,240,49). Sum of RGB (Red+Green+Blue) = 194+240+49=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 49 (19.53% from 255 or 10.14% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F031 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F031 is #3D0FCE. Grayscale: #CDCDCD. Windows color (decimal): -4001743 or 3272898. OLE color: 3272898.
HSL color Cylindrical-coordinate representation of color #C2F031: hue angle of 74.45º 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 #C2F031 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 240 | 49 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.06 |
| HSL | 74.45º | 0.86% | 0.57% | - |
| HSV(B) | 74.45º | 0.8% | 0.94% | - |
| XYZ | 53.96 | 74.01 | 14.35 | - |
| YUV | 204.47 | 40.26 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 240 | 49 | 0.19 | 0 | 0.80 | 0.06 | 74.45 | 0.86 | 0.57 |
| Hex | C2 | F0 | 31 | 13 | 0 | 50 | 6 | 4A | 56 | 39 |
| Octal | 302 | 360 | 61 | 23 | 0 | 120 | 6 | 112 | 126 | 71 |
| Binary | 11000010 | 11110000 | 110001 | 10011 | 0 | 1010000 | 110 | 1001010 | 1010110 | 111001 |
Color Harmonies of #C2F031
Complementary color
Monochromatic Colors of #C2F031
Black with #C2F031
Text Example
Text Example
White with #C2F031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F031; }
p { color: rgb(194,240,49); }
H1.HeaderClassName
{
color: #C2F031;
}
.AnyTagClassName
{
color: #C2F031;
}
</style>
background-color css
<style>
a { background-color: #C2F031; }
a { background-color: rgb(194,240,49); }
div.DivClassName
{
background-color: #C2F031;
}
.BgClassName
{
background-color: #C2F031;
}
</style>
border-color css
<style>
span { border-color: #C2F031; }
span { border-color: rgb(194,240,49); }
td.TdClassName
{
border-color: #C2F031;
}
.TagClassName
{
border-color: #C2F031;
}
</style>