Shades of Pear #C6F341
Tints of Pear #C6F341
RGB
CMYK
RGB Variations
Color information
#C6F341 (or 0xC6F341) is known color: Pear. HEX triplet: C6, F3 and 41. RGB value is (198,243,65). Sum of RGB (Red+Green+Blue) = 198+243+65=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 65 (25.78% from 255 or 12.85% from 506); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F341 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F341 is #390CBE. Grayscale: #D1D1D1. Windows color (decimal): -3738815 or 4322246. OLE color: 4322246.
HSL color Cylindrical-coordinate representation of color #C6F341: hue angle of 75.17º degrees, saturation: 0.88, 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 #C6F341 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 243 | 65 | - |
| CMYK | 0.19 | 0 | 0.73 | 0.05 |
| HSL | 75.17º | 0.88% | 0.6% | - |
| HSV(B) | 75.17º | 0.73% | 0.95% | - |
| XYZ | 56.29 | 76.49 | 16.8 | - |
| YUV | 209.25 | 46.59 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 243 | 65 | 0.19 | 0 | 0.73 | 0.05 | 75.17 | 0.88 | 0.6 |
| Hex | C6 | F3 | 41 | 13 | 0 | 49 | 5 | 4B | 58 | 3C |
| Octal | 306 | 363 | 101 | 23 | 0 | 111 | 5 | 113 | 130 | 74 |
| Binary | 11000110 | 11110011 | 1000001 | 10011 | 0 | 1001001 | 101 | 1001011 | 1011000 | 111100 |
Color Harmonies of #C6F341
Complementary color
Monochromatic Colors of #C6F341
Black with #C6F341
Text Example
Text Example
White with #C6F341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F341; }
p { color: rgb(198,243,65); }
H1.HeaderClassName
{
color: #C6F341;
}
.AnyTagClassName
{
color: #C6F341;
}
</style>
background-color css
<style>
a { background-color: #C6F341; }
a { background-color: rgb(198,243,65); }
div.DivClassName
{
background-color: #C6F341;
}
.BgClassName
{
background-color: #C6F341;
}
</style>
border-color css
<style>
span { border-color: #C6F341; }
span { border-color: rgb(198,243,65); }
td.TdClassName
{
border-color: #C6F341;
}
.TagClassName
{
border-color: #C6F341;
}
</style>