Shades of Apple #6FC04C
Tints of Apple #6FC04C
RGB
CMYK
RGB Variations
Color information
#6FC04C (or 0x6FC04C) is known color: Apple. HEX triplet: 6F, C0 and 4C. RGB value is (111,192,76). Sum of RGB (Red+Green+Blue) = 111+192+76=379 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.29% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 76 (30.08% from 255 or 20.05% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #6FC04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC04C is #903FB3. Grayscale: #9A9A9A. Windows color (decimal): -9453492 or 5029999. OLE color: 5029999.
HSL color Cylindrical-coordinate representation of color #6FC04C: hue angle of 101.9º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6FC04C is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 192 | 76 | - |
| CMYK | 0.42 | 0 | 0.60 | 0.25 |
| HSL | 101.9º | 0.48% | 0.53% | - |
| HSV(B) | 101.9º | 0.6% | 0.75% | - |
| XYZ | 26.71 | 41.6 | 13.46 | - |
| YUV | 154.56 | 83.66 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 192 | 76 | 0.42 | 0 | 0.60 | 0.25 | 101.9 | 0.48 | 0.53 |
| Hex | 6F | C0 | 4C | 2A | 0 | 3C | 19 | 66 | 30 | 35 |
| Octal | 157 | 300 | 114 | 52 | 0 | 74 | 31 | 146 | 60 | 65 |
| Binary | 1101111 | 11000000 | 1001100 | 101010 | 0 | 111100 | 11001 | 1100110 | 110000 | 110101 |
Color Harmonies of #6FC04C
Complementary color
Monochromatic Colors of #6FC04C
Black with #6FC04C
Text Example
Text Example
White with #6FC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC04C; }
p { color: rgb(111,192,76); }
H1.HeaderClassName
{
color: #6FC04C;
}
.AnyTagClassName
{
color: #6FC04C;
}
</style>
background-color css
<style>
a { background-color: #6FC04C; }
a { background-color: rgb(111,192,76); }
div.DivClassName
{
background-color: #6FC04C;
}
.BgClassName
{
background-color: #6FC04C;
}
</style>
border-color css
<style>
span { border-color: #6FC04C; }
span { border-color: rgb(111,192,76); }
td.TdClassName
{
border-color: #6FC04C;
}
.TagClassName
{
border-color: #6FC04C;
}
</style>