Shades of Pear #C6F441
Tints of Pear #C6F441
RGB
CMYK
RGB Variations
Color information
#C6F441 (or 0xC6F441) is known color: Pear. HEX triplet: C6, F4 and 41. RGB value is (198,244,65). Sum of RGB (Red+Green+Blue) = 198+244+65=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 244 (95.70% from 255 or 48.13% from 507); Blue value is 65 (25.78% from 255 or 12.82% from 507); Max value from RGB is 244 - color contains mainly: green. Hex color #C6F441 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F441 is #390BBE. Grayscale: #D2D2D2. Windows color (decimal): -3738559 or 4322502. OLE color: 4322502.
HSL color Cylindrical-coordinate representation of color #C6F441: hue angle of 75.42º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6F441 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 244 | 65 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.04 |
| HSL | 75.42º | 0.89% | 0.61% | - |
| HSV(B) | 75.42º | 0.73% | 0.96% | - |
| XYZ | 56.59 | 77.09 | 16.9 | - |
| YUV | 209.84 | 46.26 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 244 | 65 | 0.19 | 0 | 0.73 | 0.04 | 75.42 | 0.89 | 0.61 |
| Hex | C6 | F4 | 41 | 13 | 0 | 49 | 4 | 4B | 59 | 3D |
| Octal | 306 | 364 | 101 | 23 | 0 | 111 | 4 | 113 | 131 | 75 |
| Binary | 11000110 | 11110100 | 1000001 | 10011 | 0 | 1001001 | 100 | 1001011 | 1011001 | 111101 |
Color Harmonies of #C6F441
Complementary color
Monochromatic Colors of #C6F441
Black with #C6F441
Text Example
Text Example
White with #C6F441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F441; }
p { color: rgb(198,244,65); }
H1.HeaderClassName
{
color: #C6F441;
}
.AnyTagClassName
{
color: #C6F441;
}
</style>
background-color css
<style>
a { background-color: #C6F441; }
a { background-color: rgb(198,244,65); }
div.DivClassName
{
background-color: #C6F441;
}
.BgClassName
{
background-color: #C6F441;
}
</style>
border-color css
<style>
span { border-color: #C6F441; }
span { border-color: rgb(198,244,65); }
td.TdClassName
{
border-color: #C6F441;
}
.TagClassName
{
border-color: #C6F441;
}
</style>