Shades of Pear #C6E732
Tints of Pear #C6E732
RGB
CMYK
RGB Variations
Color information
#C6E732 (or 0xC6E732) is known color: Pear. HEX triplet: C6, E7 and 32. RGB value is (198,231,50). Sum of RGB (Red+Green+Blue) = 198+231+50=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 231 (90.62% from 255 or 48.23% from 479); Blue value is 50 (19.92% from 255 or 10.44% from 479); Max value from RGB is 231 - color contains mainly: green. Hex color #C6E732 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6E732 is #3918CD. Grayscale: #C9C9C9. Windows color (decimal): -3741902 or 3336134. OLE color: 3336134.
HSL color Cylindrical-coordinate representation of color #C6E732: hue angle of 70.94º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6E732 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 231 | 50 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.09 |
| HSL | 70.94º | 0.79% | 0.55% | - |
| HSV(B) | 70.94º | 0.78% | 0.91% | - |
| XYZ | 52.44 | 69.39 | 13.65 | - |
| YUV | 200.5 | 43.07 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 231 | 50 | 0.14 | 0 | 0.78 | 0.09 | 70.94 | 0.79 | 0.55 |
| Hex | C6 | E7 | 32 | E | 0 | 4E | 9 | 47 | 4F | 37 |
| Octal | 306 | 347 | 62 | 16 | 0 | 116 | 11 | 107 | 117 | 67 |
| Binary | 11000110 | 11100111 | 110010 | 1110 | 0 | 1001110 | 1001 | 1000111 | 1001111 | 110111 |
Color Harmonies of #C6E732
Complementary color
Monochromatic Colors of #C6E732
Black with #C6E732
Text Example
Text Example
White with #C6E732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E732; }
p { color: rgb(198,231,50); }
H1.HeaderClassName
{
color: #C6E732;
}
.AnyTagClassName
{
color: #C6E732;
}
</style>
background-color css
<style>
a { background-color: #C6E732; }
a { background-color: rgb(198,231,50); }
div.DivClassName
{
background-color: #C6E732;
}
.BgClassName
{
background-color: #C6E732;
}
</style>
border-color css
<style>
span { border-color: #C6E732; }
span { border-color: rgb(198,231,50); }
td.TdClassName
{
border-color: #C6E732;
}
.TagClassName
{
border-color: #C6E732;
}
</style>