Shades of Apple #6DB93F
Tints of Apple #6DB93F
RGB
CMYK
RGB Variations
Color information
#6DB93F (or 0x6DB93F) is known color: Apple. HEX triplet: 6D, B9 and 3F. RGB value is (109,185,63). Sum of RGB (Red+Green+Blue) = 109+185+63=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 185 (72.66% from 255 or 51.82% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 185 - color contains mainly: green. Hex color #6DB93F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DB93F is #9246C0. Grayscale: #949494. Windows color (decimal): -9586369 or 4176237. OLE color: 4176237.
HSL color Cylindrical-coordinate representation of color #6DB93F: hue angle of 97.38º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6DB93F is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 185 | 63 | - |
| CMYK | 0.41 | 0 | 0.66 | 0.27 |
| HSL | 97.38º | 0.49% | 0.49% | - |
| HSV(B) | 97.38º | 0.66% | 0.73% | - |
| XYZ | 24.55 | 38.31 | 10.8 | - |
| YUV | 148.37 | 79.82 | 99.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 185 | 63 | 0.41 | 0 | 0.66 | 0.27 | 97.38 | 0.49 | 0.49 |
| Hex | 6D | B9 | 3F | 29 | 0 | 42 | 1B | 61 | 31 | 31 |
| Octal | 155 | 271 | 77 | 51 | 0 | 102 | 33 | 141 | 61 | 61 |
| Binary | 1101101 | 10111001 | 111111 | 101001 | 0 | 1000010 | 11011 | 1100001 | 110001 | 110001 |
Color Harmonies of #6DB93F
Complementary color
Monochromatic Colors of #6DB93F
Black with #6DB93F
Text Example
Text Example
White with #6DB93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DB93F; }
p { color: rgb(109,185,63); }
H1.HeaderClassName
{
color: #6DB93F;
}
.AnyTagClassName
{
color: #6DB93F;
}
</style>
background-color css
<style>
a { background-color: #6DB93F; }
a { background-color: rgb(109,185,63); }
div.DivClassName
{
background-color: #6DB93F;
}
.BgClassName
{
background-color: #6DB93F;
}
</style>
border-color css
<style>
span { border-color: #6DB93F; }
span { border-color: rgb(109,185,63); }
td.TdClassName
{
border-color: #6DB93F;
}
.TagClassName
{
border-color: #6DB93F;
}
</style>