Shades of Apple #6FCB35
Tints of Apple #6FCB35
RGB
CMYK
RGB Variations
Color information
#6FCB35 (or 0x6FCB35) is known color: Apple. HEX triplet: 6F, CB and 35. RGB value is (111,203,53). Sum of RGB (Red+Green+Blue) = 111+203+53=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 203 (79.69% from 255 or 55.31% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCB35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCB35 is #9034CA. Grayscale: #9E9E9E. Windows color (decimal): -9450699 or 3525487. OLE color: 3525487.
HSL color Cylindrical-coordinate representation of color #6FCB35: hue angle of 96.8º degrees, saturation: 0.59, 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 #6FCB35 is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 203 | 53 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.20 |
| HSL | 96.8º | 0.59% | 0.5% | - |
| HSV(B) | 96.8º | 0.74% | 0.8% | - |
| XYZ | 28.55 | 46.35 | 10.81 | - |
| YUV | 158.39 | 68.52 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 53 | 0.45 | 0 | 0.74 | 0.20 | 96.8 | 0.59 | 0.5 |
| Hex | 6F | CB | 35 | 2D | 0 | 4A | 14 | 61 | 3B | 32 |
| Octal | 157 | 313 | 65 | 55 | 0 | 112 | 24 | 141 | 73 | 62 |
| Binary | 1101111 | 11001011 | 110101 | 101101 | 0 | 1001010 | 10100 | 1100001 | 111011 | 110010 |
Color Harmonies of #6FCB35
Complementary color
Monochromatic Colors of #6FCB35
Black with #6FCB35
Text Example
Text Example
White with #6FCB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCB35; }
p { color: rgb(111,203,53); }
H1.HeaderClassName
{
color: #6FCB35;
}
.AnyTagClassName
{
color: #6FCB35;
}
</style>
background-color css
<style>
a { background-color: #6FCB35; }
a { background-color: rgb(111,203,53); }
div.DivClassName
{
background-color: #6FCB35;
}
.BgClassName
{
background-color: #6FCB35;
}
</style>
border-color css
<style>
span { border-color: #6FCB35; }
span { border-color: rgb(111,203,53); }
td.TdClassName
{
border-color: #6FCB35;
}
.TagClassName
{
border-color: #6FCB35;
}
</style>