Shades of Apple #6DBF3C
Tints of Apple #6DBF3C
RGB
CMYK
RGB Variations
Color information
#6DBF3C (or 0x6DBF3C) is known color: Apple. HEX triplet: 6D, BF and 3C. RGB value is (109,191,60). Sum of RGB (Red+Green+Blue) = 109+191+60=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 191 (75% from 255 or 53.06% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 191 - color contains mainly: green. Hex color #6DBF3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBF3C is #9240C3. Grayscale: #979797. Windows color (decimal): -9584836 or 3981165. OLE color: 3981165.
HSL color Cylindrical-coordinate representation of color #6DBF3C: hue angle of 97.56º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6DBF3C is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 191 | 60 | - |
| CMYK | 0.43 | 0 | 0.69 | 0.25 |
| HSL | 97.56º | 0.52% | 0.49% | - |
| HSV(B) | 97.56º | 0.69% | 0.75% | - |
| XYZ | 25.75 | 40.84 | 10.8 | - |
| YUV | 151.55 | 76.33 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 60 | 0.43 | 0 | 0.69 | 0.25 | 97.56 | 0.52 | 0.49 |
| Hex | 6D | BF | 3C | 2B | 0 | 45 | 19 | 62 | 34 | 31 |
| Octal | 155 | 277 | 74 | 53 | 0 | 105 | 31 | 142 | 64 | 61 |
| Binary | 1101101 | 10111111 | 111100 | 101011 | 0 | 1000101 | 11001 | 1100010 | 110100 | 110001 |
Color Harmonies of #6DBF3C
Complementary color
Monochromatic Colors of #6DBF3C
Black with #6DBF3C
Text Example
Text Example
White with #6DBF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBF3C; }
p { color: rgb(109,191,60); }
H1.HeaderClassName
{
color: #6DBF3C;
}
.AnyTagClassName
{
color: #6DBF3C;
}
</style>
background-color css
<style>
a { background-color: #6DBF3C; }
a { background-color: rgb(109,191,60); }
div.DivClassName
{
background-color: #6DBF3C;
}
.BgClassName
{
background-color: #6DBF3C;
}
</style>
border-color css
<style>
span { border-color: #6DBF3C; }
span { border-color: rgb(109,191,60); }
td.TdClassName
{
border-color: #6DBF3C;
}
.TagClassName
{
border-color: #6DBF3C;
}
</style>