Shades of Apple #6DC34B
Tints of Apple #6DC34B
RGB
CMYK
RGB Variations
Color information
#6DC34B (or 0x6DC34B) is known color: Apple. HEX triplet: 6D, C3 and 4B. RGB value is (109,195,75). Sum of RGB (Red+Green+Blue) = 109+195+75=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 195 (76.56% from 255 or 51.45% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 195 - color contains mainly: green. Hex color #6DC34B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC34B is #923CB4. Grayscale: #9C9C9C. Windows color (decimal): -9583797 or 4965229. OLE color: 4965229.
HSL color Cylindrical-coordinate representation of color #6DC34B: hue angle of 103º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6DC34B is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 195 | 75 | - |
| CMYK | 0.44 | 0 | 0.62 | 0.24 |
| HSL | 103º | 0.5% | 0.53% | - |
| HSV(B) | 103º | 0.62% | 0.76% | - |
| XYZ | 27.09 | 42.79 | 13.49 | - |
| YUV | 155.61 | 82.51 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 195 | 75 | 0.44 | 0 | 0.62 | 0.24 | 103 | 0.5 | 0.53 |
| Hex | 6D | C3 | 4B | 2C | 0 | 3E | 18 | 67 | 32 | 35 |
| Octal | 155 | 303 | 113 | 54 | 0 | 76 | 30 | 147 | 62 | 65 |
| Binary | 1101101 | 11000011 | 1001011 | 101100 | 0 | 111110 | 11000 | 1100111 | 110010 | 110101 |
Color Harmonies of #6DC34B
Complementary color
Monochromatic Colors of #6DC34B
Black with #6DC34B
Text Example
Text Example
White with #6DC34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC34B; }
p { color: rgb(109,195,75); }
H1.HeaderClassName
{
color: #6DC34B;
}
.AnyTagClassName
{
color: #6DC34B;
}
</style>
background-color css
<style>
a { background-color: #6DC34B; }
a { background-color: rgb(109,195,75); }
div.DivClassName
{
background-color: #6DC34B;
}
.BgClassName
{
background-color: #6DC34B;
}
</style>
border-color css
<style>
span { border-color: #6DC34B; }
span { border-color: rgb(109,195,75); }
td.TdClassName
{
border-color: #6DC34B;
}
.TagClassName
{
border-color: #6DC34B;
}
</style>