Shades of Apple #6BC94A
Tints of Apple #6BC94A
RGB
CMYK
RGB Variations
Color information
#6BC94A (or 0x6BC94A) is known color: Apple. HEX triplet: 6B, C9 and 4A. RGB value is (107,201,74). Sum of RGB (Red+Green+Blue) = 107+201+74=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 201 (78.91% from 255 or 52.62% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 201 - color contains mainly: green. Hex color #6BC94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC94A is #9436B5. Grayscale: #9E9E9E. Windows color (decimal): -9713334 or 4901227. OLE color: 4901227.
HSL color Cylindrical-coordinate representation of color #6BC94A: hue angle of 104.41º 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 #6BC94A is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 201 | 74 | - |
| CMYK | 0.47 | 0 | 0.63 | 0.21 |
| HSL | 104.41º | 0.54% | 0.54% | - |
| HSV(B) | 104.41º | 0.63% | 0.79% | - |
| XYZ | 28.19 | 45.39 | 13.75 | - |
| YUV | 158.42 | 80.36 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 201 | 74 | 0.47 | 0 | 0.63 | 0.21 | 104.41 | 0.54 | 0.54 |
| Hex | 6B | C9 | 4A | 2F | 0 | 3F | 15 | 68 | 36 | 36 |
| Octal | 153 | 311 | 112 | 57 | 0 | 77 | 25 | 150 | 66 | 66 |
| Binary | 1101011 | 11001001 | 1001010 | 101111 | 0 | 111111 | 10101 | 1101000 | 110110 | 110110 |
Color Harmonies of #6BC94A
Complementary color
Monochromatic Colors of #6BC94A
Black with #6BC94A
Text Example
Text Example
White with #6BC94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC94A; }
p { color: rgb(107,201,74); }
H1.HeaderClassName
{
color: #6BC94A;
}
.AnyTagClassName
{
color: #6BC94A;
}
</style>
background-color css
<style>
a { background-color: #6BC94A; }
a { background-color: rgb(107,201,74); }
div.DivClassName
{
background-color: #6BC94A;
}
.BgClassName
{
background-color: #6BC94A;
}
</style>
border-color css
<style>
span { border-color: #6BC94A; }
span { border-color: rgb(107,201,74); }
td.TdClassName
{
border-color: #6BC94A;
}
.TagClassName
{
border-color: #6BC94A;
}
</style>