Shades of Pear #C6F241
Tints of Pear #C6F241
RGB
CMYK
RGB Variations
Color information
#C6F241 (or 0xC6F241) is known color: Pear. HEX triplet: C6, F2 and 41. RGB value is (198,242,65). Sum of RGB (Red+Green+Blue) = 198+242+65=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 65 (25.78% from 255 or 12.87% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F241 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F241 is #390DBE. Grayscale: #D1D1D1. Windows color (decimal): -3739071 or 4321990. OLE color: 4321990.
HSL color Cylindrical-coordinate representation of color #C6F241: hue angle of 74.92º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6F241 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 65 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.05 |
| HSL | 74.92º | 0.87% | 0.6% | - |
| HSV(B) | 74.92º | 0.73% | 0.95% | - |
| XYZ | 55.99 | 75.89 | 16.7 | - |
| YUV | 208.67 | 46.92 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 65 | 0.18 | 0 | 0.73 | 0.05 | 74.92 | 0.87 | 0.6 |
| Hex | C6 | F2 | 41 | 12 | 0 | 49 | 5 | 4B | 57 | 3C |
| Octal | 306 | 362 | 101 | 22 | 0 | 111 | 5 | 113 | 127 | 74 |
| Binary | 11000110 | 11110010 | 1000001 | 10010 | 0 | 1001001 | 101 | 1001011 | 1010111 | 111100 |
Color Harmonies of #C6F241
Complementary color
Monochromatic Colors of #C6F241
Black with #C6F241
Text Example
Text Example
White with #C6F241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F241; }
p { color: rgb(198,242,65); }
H1.HeaderClassName
{
color: #C6F241;
}
.AnyTagClassName
{
color: #C6F241;
}
</style>
background-color css
<style>
a { background-color: #C6F241; }
a { background-color: rgb(198,242,65); }
div.DivClassName
{
background-color: #C6F241;
}
.BgClassName
{
background-color: #C6F241;
}
</style>
border-color css
<style>
span { border-color: #C6F241; }
span { border-color: rgb(198,242,65); }
td.TdClassName
{
border-color: #C6F241;
}
.TagClassName
{
border-color: #C6F241;
}
</style>