Shades of Pear #C7F33F
Tints of Pear #C7F33F
RGB
CMYK
RGB Variations
Color information
#C7F33F (or 0xC7F33F) is known color: Pear. HEX triplet: C7, F3 and 3F. RGB value is (199,243,63). Sum of RGB (Red+Green+Blue) = 199+243+63=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 243 (95.31% from 255 or 48.12% from 505); Blue value is 63 (25% from 255 or 12.48% from 505); Max value from RGB is 243 - color contains mainly: green. Hex color #C7F33F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F33F is #380CC0. Grayscale: #D2D2D2. Windows color (decimal): -3673281 or 4191175. OLE color: 4191175.
HSL color Cylindrical-coordinate representation of color #C7F33F: hue angle of 74.67º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7F33F is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 243 | 63 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.05 |
| HSL | 74.67º | 0.88% | 0.6% | - |
| HSV(B) | 74.67º | 0.74% | 0.95% | - |
| XYZ | 56.5 | 76.6 | 16.51 | - |
| YUV | 209.32 | 45.42 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 243 | 63 | 0.18 | 0 | 0.74 | 0.05 | 74.67 | 0.88 | 0.6 |
| Hex | C7 | F3 | 3F | 12 | 0 | 4A | 5 | 4B | 58 | 3C |
| Octal | 307 | 363 | 77 | 22 | 0 | 112 | 5 | 113 | 130 | 74 |
| Binary | 11000111 | 11110011 | 111111 | 10010 | 0 | 1001010 | 101 | 1001011 | 1011000 | 111100 |
Color Harmonies of #C7F33F
Complementary color
Monochromatic Colors of #C7F33F
Black with #C7F33F
Text Example
Text Example
White with #C7F33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F33F; }
p { color: rgb(199,243,63); }
H1.HeaderClassName
{
color: #C7F33F;
}
.AnyTagClassName
{
color: #C7F33F;
}
</style>
background-color css
<style>
a { background-color: #C7F33F; }
a { background-color: rgb(199,243,63); }
div.DivClassName
{
background-color: #C7F33F;
}
.BgClassName
{
background-color: #C7F33F;
}
</style>
border-color css
<style>
span { border-color: #C7F33F; }
span { border-color: rgb(199,243,63); }
td.TdClassName
{
border-color: #C7F33F;
}
.TagClassName
{
border-color: #C7F33F;
}
</style>