Shades of Pear #C6F13C
Tints of Pear #C6F13C
RGB
CMYK
RGB Variations
Color information
#C6F13C (or 0xC6F13C) is known color: Pear. HEX triplet: C6, F1 and 3C. RGB value is (198,241,60). Sum of RGB (Red+Green+Blue) = 198+241+60=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 60 (23.83% from 255 or 12.02% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F13C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F13C is #390EC3. Grayscale: #D0D0D0. Windows color (decimal): -3739332 or 3994054. OLE color: 3994054.
HSL color Cylindrical-coordinate representation of color #C6F13C: hue angle of 74.25º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6F13C is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 241 | 60 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.05 |
| HSL | 74.25º | 0.87% | 0.59% | - |
| HSV(B) | 74.25º | 0.75% | 0.95% | - |
| XYZ | 55.56 | 75.24 | 15.87 | - |
| YUV | 207.51 | 44.75 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 241 | 60 | 0.18 | 0 | 0.75 | 0.05 | 74.25 | 0.87 | 0.59 |
| Hex | C6 | F1 | 3C | 12 | 0 | 4B | 5 | 4A | 57 | 3B |
| Octal | 306 | 361 | 74 | 22 | 0 | 113 | 5 | 112 | 127 | 73 |
| Binary | 11000110 | 11110001 | 111100 | 10010 | 0 | 1001011 | 101 | 1001010 | 1010111 | 111011 |
Color Harmonies of #C6F13C
Complementary color
Monochromatic Colors of #C6F13C
Black with #C6F13C
Text Example
Text Example
White with #C6F13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F13C; }
p { color: rgb(198,241,60); }
H1.HeaderClassName
{
color: #C6F13C;
}
.AnyTagClassName
{
color: #C6F13C;
}
</style>
background-color css
<style>
a { background-color: #C6F13C; }
a { background-color: rgb(198,241,60); }
div.DivClassName
{
background-color: #C6F13C;
}
.BgClassName
{
background-color: #C6F13C;
}
</style>
border-color css
<style>
span { border-color: #C6F13C; }
span { border-color: rgb(198,241,60); }
td.TdClassName
{
border-color: #C6F13C;
}
.TagClassName
{
border-color: #C6F13C;
}
</style>