Shades of Apple #6DBF4A
Tints of Apple #6DBF4A
RGB
CMYK
RGB Variations
Color information
#6DBF4A (or 0x6DBF4A) is known color: Apple. HEX triplet: 6D, BF and 4A. RGB value is (109,191,74). Sum of RGB (Red+Green+Blue) = 109+191+74=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 191 (75% from 255 or 51.07% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 191 - color contains mainly: green. Hex color #6DBF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBF4A is #9240B5. Grayscale: #999999. Windows color (decimal): -9584822 or 4898669. OLE color: 4898669.
HSL color Cylindrical-coordinate representation of color #6DBF4A: hue angle of 102.05º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6DBF4A is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 191 | 74 | - |
| CMYK | 0.43 | 0 | 0.61 | 0.25 |
| HSL | 102.05º | 0.48% | 0.52% | - |
| HSV(B) | 102.05º | 0.61% | 0.75% | - |
| XYZ | 26.17 | 41.01 | 13.01 | - |
| YUV | 153.14 | 83.33 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 74 | 0.43 | 0 | 0.61 | 0.25 | 102.05 | 0.48 | 0.52 |
| Hex | 6D | BF | 4A | 2B | 0 | 3D | 19 | 66 | 30 | 34 |
| Octal | 155 | 277 | 112 | 53 | 0 | 75 | 31 | 146 | 60 | 64 |
| Binary | 1101101 | 10111111 | 1001010 | 101011 | 0 | 111101 | 11001 | 1100110 | 110000 | 110100 |
Color Harmonies of #6DBF4A
Complementary color
Monochromatic Colors of #6DBF4A
Black with #6DBF4A
Text Example
Text Example
White with #6DBF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBF4A; }
p { color: rgb(109,191,74); }
H1.HeaderClassName
{
color: #6DBF4A;
}
.AnyTagClassName
{
color: #6DBF4A;
}
</style>
background-color css
<style>
a { background-color: #6DBF4A; }
a { background-color: rgb(109,191,74); }
div.DivClassName
{
background-color: #6DBF4A;
}
.BgClassName
{
background-color: #6DBF4A;
}
</style>
border-color css
<style>
span { border-color: #6DBF4A; }
span { border-color: rgb(109,191,74); }
td.TdClassName
{
border-color: #6DBF4A;
}
.TagClassName
{
border-color: #6DBF4A;
}
</style>