Shades of Pear #C6F13E
Tints of Pear #C6F13E
RGB
CMYK
RGB Variations
Color information
#C6F13E (or 0xC6F13E) is known color: Pear. HEX triplet: C6, F1 and 3E. RGB value is (198,241,62). Sum of RGB (Red+Green+Blue) = 198+241+62=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 62 (24.61% from 255 or 12.38% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F13E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F13E is #390EC1. Grayscale: #D0D0D0. Windows color (decimal): -3739330 or 4125126. OLE color: 4125126.
HSL color Cylindrical-coordinate representation of color #C6F13E: hue angle of 74.41º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6F13E is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 241 | 62 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.05 |
| HSL | 74.41º | 0.86% | 0.59% | - |
| HSV(B) | 74.41º | 0.74% | 0.95% | - |
| XYZ | 55.61 | 75.26 | 16.15 | - |
| YUV | 207.74 | 45.75 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 241 | 62 | 0.18 | 0 | 0.74 | 0.05 | 74.41 | 0.86 | 0.59 |
| Hex | C6 | F1 | 3E | 12 | 0 | 4A | 5 | 4A | 56 | 3B |
| Octal | 306 | 361 | 76 | 22 | 0 | 112 | 5 | 112 | 126 | 73 |
| Binary | 11000110 | 11110001 | 111110 | 10010 | 0 | 1001010 | 101 | 1001010 | 1010110 | 111011 |
Color Harmonies of #C6F13E
Complementary color
Monochromatic Colors of #C6F13E
Black with #C6F13E
Text Example
Text Example
White with #C6F13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F13E; }
p { color: rgb(198,241,62); }
H1.HeaderClassName
{
color: #C6F13E;
}
.AnyTagClassName
{
color: #C6F13E;
}
</style>
background-color css
<style>
a { background-color: #C6F13E; }
a { background-color: rgb(198,241,62); }
div.DivClassName
{
background-color: #C6F13E;
}
.BgClassName
{
background-color: #C6F13E;
}
</style>
border-color css
<style>
span { border-color: #C6F13E; }
span { border-color: rgb(198,241,62); }
td.TdClassName
{
border-color: #C6F13E;
}
.TagClassName
{
border-color: #C6F13E;
}
</style>