Shades of Apple #6DC94B
Tints of Apple #6DC94B
RGB
CMYK
RGB Variations
Color information
#6DC94B (or 0x6DC94B) is known color: Apple. HEX triplet: 6D, C9 and 4B. RGB value is (109,201,75). Sum of RGB (Red+Green+Blue) = 109+201+75=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 201 (78.91% from 255 or 52.21% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 201 - color contains mainly: green. Hex color #6DC94B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC94B is #9236B4. Grayscale: #9F9F9F. Windows color (decimal): -9582261 or 4966765. OLE color: 4966765.
HSL color Cylindrical-coordinate representation of color #6DC94B: hue angle of 103.81º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6DC94B is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 201 | 75 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.21 |
| HSL | 103.81º | 0.54% | 0.54% | - |
| HSV(B) | 103.81º | 0.63% | 0.79% | - |
| XYZ | 28.46 | 45.53 | 13.95 | - |
| YUV | 159.13 | 80.52 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 201 | 75 | 0.46 | 0 | 0.63 | 0.21 | 103.81 | 0.54 | 0.54 |
| Hex | 6D | C9 | 4B | 2E | 0 | 3F | 15 | 68 | 36 | 36 |
| Octal | 155 | 311 | 113 | 56 | 0 | 77 | 25 | 150 | 66 | 66 |
| Binary | 1101101 | 11001001 | 1001011 | 101110 | 0 | 111111 | 10101 | 1101000 | 110110 | 110110 |
Color Harmonies of #6DC94B
Complementary color
Monochromatic Colors of #6DC94B
Black with #6DC94B
Text Example
Text Example
White with #6DC94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC94B; }
p { color: rgb(109,201,75); }
H1.HeaderClassName
{
color: #6DC94B;
}
.AnyTagClassName
{
color: #6DC94B;
}
</style>
background-color css
<style>
a { background-color: #6DC94B; }
a { background-color: rgb(109,201,75); }
div.DivClassName
{
background-color: #6DC94B;
}
.BgClassName
{
background-color: #6DC94B;
}
</style>
border-color css
<style>
span { border-color: #6DC94B; }
span { border-color: rgb(109,201,75); }
td.TdClassName
{
border-color: #6DC94B;
}
.TagClassName
{
border-color: #6DC94B;
}
</style>