Shades of Pear #C7F331
Tints of Pear #C7F331
RGB
CMYK
RGB Variations
Color information
#C7F331 (or 0xC7F331) is known color: Pear. HEX triplet: C7, F3 and 31. RGB value is (199,243,49). Sum of RGB (Red+Green+Blue) = 199+243+49=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 49 (19.53% from 255 or 9.98% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #C7F331 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F331 is #380CCE. Grayscale: #D0D0D0. Windows color (decimal): -3673295 or 3273671. OLE color: 3273671.
HSL color Cylindrical-coordinate representation of color #C7F331: hue angle of 73.61º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C7F331 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 243 | 49 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.05 |
| HSL | 73.61º | 0.89% | 0.57% | - |
| HSV(B) | 73.61º | 0.8% | 0.95% | - |
| XYZ | 56.16 | 76.47 | 14.71 | - |
| YUV | 207.73 | 38.42 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 243 | 49 | 0.18 | 0 | 0.80 | 0.05 | 73.61 | 0.89 | 0.57 |
| Hex | C7 | F3 | 31 | 12 | 0 | 50 | 5 | 4A | 59 | 39 |
| Octal | 307 | 363 | 61 | 22 | 0 | 120 | 5 | 112 | 131 | 71 |
| Binary | 11000111 | 11110011 | 110001 | 10010 | 0 | 1010000 | 101 | 1001010 | 1011001 | 111001 |
Color Harmonies of #C7F331
Complementary color
Monochromatic Colors of #C7F331
Black with #C7F331
Text Example
Text Example
White with #C7F331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F331; }
p { color: rgb(199,243,49); }
H1.HeaderClassName
{
color: #C7F331;
}
.AnyTagClassName
{
color: #C7F331;
}
</style>
background-color css
<style>
a { background-color: #C7F331; }
a { background-color: rgb(199,243,49); }
div.DivClassName
{
background-color: #C7F331;
}
.BgClassName
{
background-color: #C7F331;
}
</style>
border-color css
<style>
span { border-color: #C7F331; }
span { border-color: rgb(199,243,49); }
td.TdClassName
{
border-color: #C7F331;
}
.TagClassName
{
border-color: #C7F331;
}
</style>