Shades of Pear #C7F133
Tints of Pear #C7F133
RGB
CMYK
RGB Variations
Color information
#C7F133 (or 0xC7F133) is known color: Pear. HEX triplet: C7, F1 and 33. RGB value is (199,241,51). Sum of RGB (Red+Green+Blue) = 199+241+51=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 51 (20.31% from 255 or 10.39% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #C7F133 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F133 is #380ECC. Grayscale: #CFCFCF. Windows color (decimal): -3673805 or 3404231. OLE color: 3404231.
HSL color Cylindrical-coordinate representation of color #C7F133: hue angle of 73.26º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7F133 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 241 | 51 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.05 |
| HSL | 73.26º | 0.87% | 0.57% | - |
| HSV(B) | 73.26º | 0.79% | 0.95% | - |
| XYZ | 55.61 | 75.29 | 14.73 | - |
| YUV | 206.78 | 40.09 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 241 | 51 | 0.17 | 0 | 0.79 | 0.05 | 73.26 | 0.87 | 0.57 |
| Hex | C7 | F1 | 33 | 11 | 0 | 4F | 5 | 49 | 57 | 39 |
| Octal | 307 | 361 | 63 | 21 | 0 | 117 | 5 | 111 | 127 | 71 |
| Binary | 11000111 | 11110001 | 110011 | 10001 | 0 | 1001111 | 101 | 1001001 | 1010111 | 111001 |
Color Harmonies of #C7F133
Complementary color
Monochromatic Colors of #C7F133
Black with #C7F133
Text Example
Text Example
White with #C7F133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F133; }
p { color: rgb(199,241,51); }
H1.HeaderClassName
{
color: #C7F133;
}
.AnyTagClassName
{
color: #C7F133;
}
</style>
background-color css
<style>
a { background-color: #C7F133; }
a { background-color: rgb(199,241,51); }
div.DivClassName
{
background-color: #C7F133;
}
.BgClassName
{
background-color: #C7F133;
}
</style>
border-color css
<style>
span { border-color: #C7F133; }
span { border-color: rgb(199,241,51); }
td.TdClassName
{
border-color: #C7F133;
}
.TagClassName
{
border-color: #C7F133;
}
</style>