Shades of Pear #C7F228
Tints of Pear #C7F228
RGB
CMYK
RGB Variations
Color information
#C7F228 (or 0xC7F228) is known color: Pear. HEX triplet: C7, F2 and 28. RGB value is (199,242,40). Sum of RGB (Red+Green+Blue) = 199+242+40=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F228 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F228 is #380DD7. Grayscale: #CECECE. Windows color (decimal): -3673560 or 2683591. OLE color: 2683591.
HSL color Cylindrical-coordinate representation of color #C7F228: hue angle of 72.77º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7F228 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 242 | 40 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.05 |
| HSL | 72.77º | 0.89% | 0.55% | - |
| HSV(B) | 72.77º | 0.83% | 0.95% | - |
| XYZ | 55.69 | 75.8 | 13.7 | - |
| YUV | 206.12 | 34.25 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 242 | 40 | 0.18 | 0 | 0.83 | 0.05 | 72.77 | 0.89 | 0.55 |
| Hex | C7 | F2 | 28 | 12 | 0 | 53 | 5 | 49 | 59 | 37 |
| Octal | 307 | 362 | 50 | 22 | 0 | 123 | 5 | 111 | 131 | 67 |
| Binary | 11000111 | 11110010 | 101000 | 10010 | 0 | 1010011 | 101 | 1001001 | 1011001 | 110111 |
Color Harmonies of #C7F228
Complementary color
Monochromatic Colors of #C7F228
Black with #C7F228
Text Example
Text Example
White with #C7F228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F228; }
p { color: rgb(199,242,40); }
H1.HeaderClassName
{
color: #C7F228;
}
.AnyTagClassName
{
color: #C7F228;
}
</style>
background-color css
<style>
a { background-color: #C7F228; }
a { background-color: rgb(199,242,40); }
div.DivClassName
{
background-color: #C7F228;
}
.BgClassName
{
background-color: #C7F228;
}
</style>
border-color css
<style>
span { border-color: #C7F228; }
span { border-color: rgb(199,242,40); }
td.TdClassName
{
border-color: #C7F228;
}
.TagClassName
{
border-color: #C7F228;
}
</style>