Shades of Apple #6FD83C
Tints of Apple #6FD83C
RGB
CMYK
RGB Variations
Color information
#6FD83C (or 0x6FD83C) is known color: Apple. HEX triplet: 6F, D8 and 3C. RGB value is (111,216,60). Sum of RGB (Red+Green+Blue) = 111+216+60=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 216 (84.77% from 255 or 55.81% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 216 - color contains mainly: green. Hex color #6FD83C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD83C is #9027C3. Grayscale: #A7A7A7. Windows color (decimal): -9447364 or 3987567. OLE color: 3987567.
HSL color Cylindrical-coordinate representation of color #6FD83C: hue angle of 100.38º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6FD83C is Cyan = 0.49, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 111 | 216 | 60 | - |
| CMYK | 0.49 | 0 | 0.72 | 0.15 |
| HSL | 100.38º | 0.67% | 0.54% | - |
| HSV(B) | 100.38º | 0.72% | 0.85% | - |
| XYZ | 31.93 | 52.82 | 12.79 | - |
| YUV | 166.82 | 67.71 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 216 | 60 | 0.49 | 0 | 0.72 | 0.15 | 100.38 | 0.67 | 0.54 |
| Hex | 6F | D8 | 3C | 31 | 0 | 48 | F | 64 | 43 | 36 |
| Octal | 157 | 330 | 74 | 61 | 0 | 110 | 17 | 144 | 103 | 66 |
| Binary | 1101111 | 11011000 | 111100 | 110001 | 0 | 1001000 | 1111 | 1100100 | 1000011 | 110110 |
Color Harmonies of #6FD83C
Complementary color
Monochromatic Colors of #6FD83C
Black with #6FD83C
Text Example
Text Example
White with #6FD83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD83C; }
p { color: rgb(111,216,60); }
H1.HeaderClassName
{
color: #6FD83C;
}
.AnyTagClassName
{
color: #6FD83C;
}
</style>
background-color css
<style>
a { background-color: #6FD83C; }
a { background-color: rgb(111,216,60); }
div.DivClassName
{
background-color: #6FD83C;
}
.BgClassName
{
background-color: #6FD83C;
}
</style>
border-color css
<style>
span { border-color: #6FD83C; }
span { border-color: rgb(111,216,60); }
td.TdClassName
{
border-color: #6FD83C;
}
.TagClassName
{
border-color: #6FD83C;
}
</style>