Shades of Apple #6FCC3D
Tints of Apple #6FCC3D
RGB
CMYK
RGB Variations
Color information
#6FCC3D (or 0x6FCC3D) is known color: Apple. HEX triplet: 6F, CC and 3D. RGB value is (111,204,61). Sum of RGB (Red+Green+Blue) = 111+204+61=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 204 (80.08% from 255 or 54.26% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCC3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCC3D is #9033C2. Grayscale: #A0A0A0. Windows color (decimal): -9450435 or 4050031. OLE color: 4050031.
HSL color Cylindrical-coordinate representation of color #6FCC3D: hue angle of 99.02º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6FCC3D is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 61 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.2 |
| HSL | 99.02º | 0.58% | 0.52% | - |
| HSV(B) | 99.02º | 0.7% | 0.8% | - |
| XYZ | 28.99 | 46.9 | 11.94 | - |
| YUV | 159.89 | 72.19 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 61 | 0.46 | 0 | 0.70 | 0.2 | 99.02 | 0.58 | 0.52 |
| Hex | 6F | CC | 3D | 2E | 0 | 46 | 14 | 63 | 3A | 34 |
| Octal | 157 | 314 | 75 | 56 | 0 | 106 | 24 | 143 | 72 | 64 |
| Binary | 1101111 | 11001100 | 111101 | 101110 | 0 | 1000110 | 10100 | 1100011 | 111010 | 110100 |
Color Harmonies of #6FCC3D
Complementary color
Monochromatic Colors of #6FCC3D
Black with #6FCC3D
Text Example
Text Example
White with #6FCC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCC3D; }
p { color: rgb(111,204,61); }
H1.HeaderClassName
{
color: #6FCC3D;
}
.AnyTagClassName
{
color: #6FCC3D;
}
</style>
background-color css
<style>
a { background-color: #6FCC3D; }
a { background-color: rgb(111,204,61); }
div.DivClassName
{
background-color: #6FCC3D;
}
.BgClassName
{
background-color: #6FCC3D;
}
</style>
border-color css
<style>
span { border-color: #6FCC3D; }
span { border-color: rgb(111,204,61); }
td.TdClassName
{
border-color: #6FCC3D;
}
.TagClassName
{
border-color: #6FCC3D;
}
</style>