Shades of Pear #C7F230
Tints of Pear #C7F230
RGB
CMYK
RGB Variations
Color information
#C7F230 (or 0xC7F230) is known color: Pear. HEX triplet: C7, F2 and 30. RGB value is (199,242,48). Sum of RGB (Red+Green+Blue) = 199+242+48=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 48 (19.14% from 255 or 9.82% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F230 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F230 is #380DCF. Grayscale: #CFCFCF. Windows color (decimal): -3673552 or 3207879. OLE color: 3207879.
HSL color Cylindrical-coordinate representation of color #C7F230: hue angle of 73.3º degrees, saturation: 0.88, 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 #C7F230 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 242 | 48 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.05 |
| HSL | 73.3º | 0.88% | 0.57% | - |
| HSV(B) | 73.3º | 0.8% | 0.95% | - |
| XYZ | 55.84 | 75.86 | 14.5 | - |
| YUV | 207.03 | 38.25 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 242 | 48 | 0.18 | 0 | 0.80 | 0.05 | 73.3 | 0.88 | 0.57 |
| Hex | C7 | F2 | 30 | 12 | 0 | 50 | 5 | 49 | 58 | 39 |
| Octal | 307 | 362 | 60 | 22 | 0 | 120 | 5 | 111 | 130 | 71 |
| Binary | 11000111 | 11110010 | 110000 | 10010 | 0 | 1010000 | 101 | 1001001 | 1011000 | 111001 |
Color Harmonies of #C7F230
Complementary color
Monochromatic Colors of #C7F230
Black with #C7F230
Text Example
Text Example
White with #C7F230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F230; }
p { color: rgb(199,242,48); }
H1.HeaderClassName
{
color: #C7F230;
}
.AnyTagClassName
{
color: #C7F230;
}
</style>
background-color css
<style>
a { background-color: #C7F230; }
a { background-color: rgb(199,242,48); }
div.DivClassName
{
background-color: #C7F230;
}
.BgClassName
{
background-color: #C7F230;
}
</style>
border-color css
<style>
span { border-color: #C7F230; }
span { border-color: rgb(199,242,48); }
td.TdClassName
{
border-color: #C7F230;
}
.TagClassName
{
border-color: #C7F230;
}
</style>