Shades of Apple #6FCC35
Tints of Apple #6FCC35
RGB
CMYK
RGB Variations
Color information
#6FCC35 (or 0x6FCC35) is known color: Apple. HEX triplet: 6F, CC and 35. RGB value is (111,204,53). Sum of RGB (Red+Green+Blue) = 111+204+53=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 204 (80.08% from 255 or 55.43% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCC35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCC35 is #9033CA. Grayscale: #9F9F9F. Windows color (decimal): -9450443 or 3525743. OLE color: 3525743.
HSL color Cylindrical-coordinate representation of color #6FCC35: hue angle of 96.95º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6FCC35 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 53 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.2 |
| HSL | 96.95º | 0.6% | 0.5% | - |
| HSV(B) | 96.95º | 0.74% | 0.8% | - |
| XYZ | 28.79 | 46.82 | 10.89 | - |
| YUV | 158.98 | 68.19 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 53 | 0.46 | 0 | 0.74 | 0.2 | 96.95 | 0.6 | 0.5 |
| Hex | 6F | CC | 35 | 2E | 0 | 4A | 14 | 61 | 3C | 32 |
| Octal | 157 | 314 | 65 | 56 | 0 | 112 | 24 | 141 | 74 | 62 |
| Binary | 1101111 | 11001100 | 110101 | 101110 | 0 | 1001010 | 10100 | 1100001 | 111100 | 110010 |
Color Harmonies of #6FCC35
Complementary color
Monochromatic Colors of #6FCC35
Black with #6FCC35
Text Example
Text Example
White with #6FCC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCC35; }
p { color: rgb(111,204,53); }
H1.HeaderClassName
{
color: #6FCC35;
}
.AnyTagClassName
{
color: #6FCC35;
}
</style>
background-color css
<style>
a { background-color: #6FCC35; }
a { background-color: rgb(111,204,53); }
div.DivClassName
{
background-color: #6FCC35;
}
.BgClassName
{
background-color: #6FCC35;
}
</style>
border-color css
<style>
span { border-color: #6FCC35; }
span { border-color: rgb(111,204,53); }
td.TdClassName
{
border-color: #6FCC35;
}
.TagClassName
{
border-color: #6FCC35;
}
</style>