Shades of Apple #6BC02F
Tints of Apple #6BC02F
RGB
CMYK
RGB Variations
Color information
#6BC02F (or 0x6BC02F) is known color: Apple. HEX triplet: 6B, C0 and 2F. RGB value is (107,192,47). Sum of RGB (Red+Green+Blue) = 107+192+47=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC02F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC02F is #943FD0. Grayscale: #969696. Windows color (decimal): -9715665 or 3129451. OLE color: 3129451.
HSL color Cylindrical-coordinate representation of color #6BC02F: hue angle of 95.17º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6BC02F is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 192 | 47 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.25 |
| HSL | 95.17º | 0.61% | 0.47% | - |
| HSV(B) | 95.17º | 0.76% | 0.75% | - |
| XYZ | 25.43 | 41.03 | 9.27 | - |
| YUV | 150.06 | 69.84 | 97.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 192 | 47 | 0.44 | 0 | 0.76 | 0.25 | 95.17 | 0.61 | 0.47 |
| Hex | 6B | C0 | 2F | 2C | 0 | 4C | 19 | 5F | 3D | 2F |
| Octal | 153 | 300 | 57 | 54 | 0 | 114 | 31 | 137 | 75 | 57 |
| Binary | 1101011 | 11000000 | 101111 | 101100 | 0 | 1001100 | 11001 | 1011111 | 111101 | 101111 |
Color Harmonies of #6BC02F
Complementary color
Monochromatic Colors of #6BC02F
Black with #6BC02F
Text Example
Text Example
White with #6BC02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC02F; }
p { color: rgb(107,192,47); }
H1.HeaderClassName
{
color: #6BC02F;
}
.AnyTagClassName
{
color: #6BC02F;
}
</style>
background-color css
<style>
a { background-color: #6BC02F; }
a { background-color: rgb(107,192,47); }
div.DivClassName
{
background-color: #6BC02F;
}
.BgClassName
{
background-color: #6BC02F;
}
</style>
border-color css
<style>
span { border-color: #6BC02F; }
span { border-color: rgb(107,192,47); }
td.TdClassName
{
border-color: #6BC02F;
}
.TagClassName
{
border-color: #6BC02F;
}
</style>