Shades of Pear #C7F243
Tints of Pear #C7F243
RGB
CMYK
RGB Variations
Color information
#C7F243 (or 0xC7F243) is known color: Pear. HEX triplet: C7, F2 and 43. RGB value is (199,242,67). Sum of RGB (Red+Green+Blue) = 199+242+67=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 67 (26.56% from 255 or 13.19% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F243 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F243 is #380DBC. Grayscale: #D1D1D1. Windows color (decimal): -3673533 or 4453063. OLE color: 4453063.
HSL color Cylindrical-coordinate representation of color #C7F243: hue angle of 74.74º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7F243 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 242 | 67 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.05 |
| HSL | 74.74º | 0.87% | 0.61% | - |
| HSV(B) | 74.74º | 0.72% | 0.95% | - |
| XYZ | 56.32 | 76.05 | 17.02 | - |
| YUV | 209.19 | 47.75 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 242 | 67 | 0.18 | 0 | 0.72 | 0.05 | 74.74 | 0.87 | 0.61 |
| Hex | C7 | F2 | 43 | 12 | 0 | 48 | 5 | 4B | 57 | 3D |
| Octal | 307 | 362 | 103 | 22 | 0 | 110 | 5 | 113 | 127 | 75 |
| Binary | 11000111 | 11110010 | 1000011 | 10010 | 0 | 1001000 | 101 | 1001011 | 1010111 | 111101 |
Color Harmonies of #C7F243
Complementary color
Monochromatic Colors of #C7F243
Black with #C7F243
Text Example
Text Example
White with #C7F243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F243; }
p { color: rgb(199,242,67); }
H1.HeaderClassName
{
color: #C7F243;
}
.AnyTagClassName
{
color: #C7F243;
}
</style>
background-color css
<style>
a { background-color: #C7F243; }
a { background-color: rgb(199,242,67); }
div.DivClassName
{
background-color: #C7F243;
}
.BgClassName
{
background-color: #C7F243;
}
</style>
border-color css
<style>
span { border-color: #C7F243; }
span { border-color: rgb(199,242,67); }
td.TdClassName
{
border-color: #C7F243;
}
.TagClassName
{
border-color: #C7F243;
}
</style>