Shades of Pear #C6F03D
Tints of Pear #C6F03D
RGB
CMYK
RGB Variations
Color information
#C6F03D (or 0xC6F03D) is known color: Pear. HEX triplet: C6, F0 and 3D. RGB value is (198,240,61). Sum of RGB (Red+Green+Blue) = 198+240+61=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 61 (24.22% from 255 or 12.22% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F03D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F03D is #390FC2. Grayscale: #CFCFCF. Windows color (decimal): -3739587 or 4059334. OLE color: 4059334.
HSL color Cylindrical-coordinate representation of color #C6F03D: hue angle of 74.08º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6F03D is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 240 | 61 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.06 |
| HSL | 74.08º | 0.86% | 0.59% | - |
| HSV(B) | 74.08º | 0.75% | 0.94% | - |
| XYZ | 55.29 | 74.66 | 15.91 | - |
| YUV | 207.04 | 45.59 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 240 | 61 | 0.18 | 0 | 0.75 | 0.06 | 74.08 | 0.86 | 0.59 |
| Hex | C6 | F0 | 3D | 12 | 0 | 4B | 6 | 4A | 56 | 3B |
| Octal | 306 | 360 | 75 | 22 | 0 | 113 | 6 | 112 | 126 | 73 |
| Binary | 11000110 | 11110000 | 111101 | 10010 | 0 | 1001011 | 110 | 1001010 | 1010110 | 111011 |
Color Harmonies of #C6F03D
Complementary color
Monochromatic Colors of #C6F03D
Black with #C6F03D
Text Example
Text Example
White with #C6F03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F03D; }
p { color: rgb(198,240,61); }
H1.HeaderClassName
{
color: #C6F03D;
}
.AnyTagClassName
{
color: #C6F03D;
}
</style>
background-color css
<style>
a { background-color: #C6F03D; }
a { background-color: rgb(198,240,61); }
div.DivClassName
{
background-color: #C6F03D;
}
.BgClassName
{
background-color: #C6F03D;
}
</style>
border-color css
<style>
span { border-color: #C6F03D; }
span { border-color: rgb(198,240,61); }
td.TdClassName
{
border-color: #C6F03D;
}
.TagClassName
{
border-color: #C6F03D;
}
</style>