Shades of Pear #C6F546
Tints of Pear #C6F546
RGB
CMYK
RGB Variations
Color information
#C6F546 (or 0xC6F546) is known color: Pear. HEX triplet: C6, F5 and 46. RGB value is (198,245,70). Sum of RGB (Red+Green+Blue) = 198+245+70=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 70 (27.73% from 255 or 13.65% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #C6F546 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F546 is #390AB9. Grayscale: #D3D3D3. Windows color (decimal): -3738298 or 4650438. OLE color: 4650438.
HSL color Cylindrical-coordinate representation of color #C6F546: hue angle of 76.11º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6F546 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 245 | 70 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.04 |
| HSL | 76.11º | 0.9% | 0.62% | - |
| HSV(B) | 76.11º | 0.71% | 0.96% | - |
| XYZ | 57.05 | 77.75 | 17.8 | - |
| YUV | 211 | 48.43 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 245 | 70 | 0.19 | 0 | 0.71 | 0.04 | 76.11 | 0.9 | 0.62 |
| Hex | C6 | F5 | 46 | 13 | 0 | 47 | 4 | 4C | 5A | 3E |
| Octal | 306 | 365 | 106 | 23 | 0 | 107 | 4 | 114 | 132 | 76 |
| Binary | 11000110 | 11110101 | 1000110 | 10011 | 0 | 1000111 | 100 | 1001100 | 1011010 | 111110 |
Color Harmonies of #C6F546
Complementary color
Monochromatic Colors of #C6F546
Black with #C6F546
Text Example
Text Example
White with #C6F546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F546; }
p { color: rgb(198,245,70); }
H1.HeaderClassName
{
color: #C6F546;
}
.AnyTagClassName
{
color: #C6F546;
}
</style>
background-color css
<style>
a { background-color: #C6F546; }
a { background-color: rgb(198,245,70); }
div.DivClassName
{
background-color: #C6F546;
}
.BgClassName
{
background-color: #C6F546;
}
</style>
border-color css
<style>
span { border-color: #C6F546; }
span { border-color: rgb(198,245,70); }
td.TdClassName
{
border-color: #C6F546;
}
.TagClassName
{
border-color: #C6F546;
}
</style>