Shades of Pear #C6E631
Tints of Pear #C6E631
RGB
CMYK
RGB Variations
Color information
#C6E631 (or 0xC6E631) is known color: Pear. HEX triplet: C6, E6 and 31. RGB value is (198,230,49). Sum of RGB (Red+Green+Blue) = 198+230+49=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 230 (90.23% from 255 or 48.22% from 477); Blue value is 49 (19.53% from 255 or 10.27% from 477); Max value from RGB is 230 - color contains mainly: green. Hex color #C6E631 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6E631 is #3919CE. Grayscale: #C8C8C8. Windows color (decimal): -3742159 or 3270342. OLE color: 3270342.
HSL color Cylindrical-coordinate representation of color #C6E631: hue angle of 70.61º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6E631 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 230 | 49 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.10 |
| HSL | 70.61º | 0.78% | 0.55% | - |
| HSV(B) | 70.61º | 0.79% | 0.9% | - |
| XYZ | 52.14 | 68.82 | 13.44 | - |
| YUV | 199.8 | 42.9 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 230 | 49 | 0.14 | 0 | 0.79 | 0.10 | 70.61 | 0.78 | 0.55 |
| Hex | C6 | E6 | 31 | E | 0 | 4F | A | 47 | 4E | 37 |
| Octal | 306 | 346 | 61 | 16 | 0 | 117 | 12 | 107 | 116 | 67 |
| Binary | 11000110 | 11100110 | 110001 | 1110 | 0 | 1001111 | 1010 | 1000111 | 1001110 | 110111 |
Color Harmonies of #C6E631
Complementary color
Monochromatic Colors of #C6E631
Black with #C6E631
Text Example
Text Example
White with #C6E631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E631; }
p { color: rgb(198,230,49); }
H1.HeaderClassName
{
color: #C6E631;
}
.AnyTagClassName
{
color: #C6E631;
}
</style>
background-color css
<style>
a { background-color: #C6E631; }
a { background-color: rgb(198,230,49); }
div.DivClassName
{
background-color: #C6E631;
}
.BgClassName
{
background-color: #C6E631;
}
</style>
border-color css
<style>
span { border-color: #C6E631; }
span { border-color: rgb(198,230,49); }
td.TdClassName
{
border-color: #C6E631;
}
.TagClassName
{
border-color: #C6E631;
}
</style>