Shades of Apple #6BCC4A
Tints of Apple #6BCC4A
RGB
CMYK
RGB Variations
Color information
#6BCC4A (or 0x6BCC4A) is known color: Apple. HEX triplet: 6B, CC and 4A. RGB value is (107,204,74). Sum of RGB (Red+Green+Blue) = 107+204+74=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BCC4A is #9433B5. Grayscale: #A0A0A0. Windows color (decimal): -9712566 or 4901995. OLE color: 4901995.
HSL color Cylindrical-coordinate representation of color #6BCC4A: hue angle of 104.77º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6BCC4A is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 204 | 74 | - |
| CMYK | 0.48 | 0 | 0.64 | 0.2 |
| HSL | 104.77º | 0.56% | 0.55% | - |
| HSV(B) | 104.77º | 0.64% | 0.8% | - |
| XYZ | 28.89 | 46.81 | 13.99 | - |
| YUV | 160.18 | 79.36 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 204 | 74 | 0.48 | 0 | 0.64 | 0.2 | 104.77 | 0.56 | 0.55 |
| Hex | 6B | CC | 4A | 30 | 0 | 40 | 14 | 69 | 38 | 37 |
| Octal | 153 | 314 | 112 | 60 | 0 | 100 | 24 | 151 | 70 | 67 |
| Binary | 1101011 | 11001100 | 1001010 | 110000 | 0 | 1000000 | 10100 | 1101001 | 111000 | 110111 |
Color Harmonies of #6BCC4A
Complementary color
Monochromatic Colors of #6BCC4A
Black with #6BCC4A
Text Example
Text Example
White with #6BCC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCC4A; }
p { color: rgb(107,204,74); }
H1.HeaderClassName
{
color: #6BCC4A;
}
.AnyTagClassName
{
color: #6BCC4A;
}
</style>
background-color css
<style>
a { background-color: #6BCC4A; }
a { background-color: rgb(107,204,74); }
div.DivClassName
{
background-color: #6BCC4A;
}
.BgClassName
{
background-color: #6BCC4A;
}
</style>
border-color css
<style>
span { border-color: #6BCC4A; }
span { border-color: rgb(107,204,74); }
td.TdClassName
{
border-color: #6BCC4A;
}
.TagClassName
{
border-color: #6BCC4A;
}
</style>