Shades of Pear #C7E730
Tints of Pear #C7E730
RGB
CMYK
RGB Variations
Color information
#C7E730 (or 0xC7E730) is known color: Pear. HEX triplet: C7, E7 and 30. RGB value is (199,231,48). Sum of RGB (Red+Green+Blue) = 199+231+48=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 231 (90.62% from 255 or 48.33% from 478); Blue value is 48 (19.14% from 255 or 10.04% from 478); Max value from RGB is 231 - color contains mainly: green. Hex color #C7E730 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7E730 is #3818CF. Grayscale: #C9C9C9. Windows color (decimal): -3676368 or 3205063. OLE color: 3205063.
HSL color Cylindrical-coordinate representation of color #C7E730: hue angle of 70.49º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7E730 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 231 | 48 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.09 |
| HSL | 70.49º | 0.79% | 0.55% | - |
| HSV(B) | 70.49º | 0.79% | 0.91% | - |
| XYZ | 52.66 | 69.51 | 13.44 | - |
| YUV | 200.57 | 41.9 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 231 | 48 | 0.14 | 0 | 0.79 | 0.09 | 70.49 | 0.79 | 0.55 |
| Hex | C7 | E7 | 30 | E | 0 | 4F | 9 | 46 | 4F | 37 |
| Octal | 307 | 347 | 60 | 16 | 0 | 117 | 11 | 106 | 117 | 67 |
| Binary | 11000111 | 11100111 | 110000 | 1110 | 0 | 1001111 | 1001 | 1000110 | 1001111 | 110111 |
Color Harmonies of #C7E730
Complementary color
Monochromatic Colors of #C7E730
Black with #C7E730
Text Example
Text Example
White with #C7E730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E730; }
p { color: rgb(199,231,48); }
H1.HeaderClassName
{
color: #C7E730;
}
.AnyTagClassName
{
color: #C7E730;
}
</style>
background-color css
<style>
a { background-color: #C7E730; }
a { background-color: rgb(199,231,48); }
div.DivClassName
{
background-color: #C7E730;
}
.BgClassName
{
background-color: #C7E730;
}
</style>
border-color css
<style>
span { border-color: #C7E730; }
span { border-color: rgb(199,231,48); }
td.TdClassName
{
border-color: #C7E730;
}
.TagClassName
{
border-color: #C7E730;
}
</style>