Shades of Apple #6BDA3D
Tints of Apple #6BDA3D
RGB
CMYK
RGB Variations
Color information
#6BDA3D (or 0x6BDA3D) is known color: Apple. HEX triplet: 6B, DA and 3D. RGB value is (107,218,61). Sum of RGB (Red+Green+Blue) = 107+218+61=386 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.72% from 386); Green value is 218 (85.55% from 255 or 56.48% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 218 - color contains mainly: green. Hex color #6BDA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BDA3D is #9425C2. Grayscale: #A7A7A7. Windows color (decimal): -9708995 or 4053611. OLE color: 4053611.
HSL color Cylindrical-coordinate representation of color #6BDA3D: hue angle of 102.42º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6BDA3D is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 107 | 218 | 61 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.15 |
| HSL | 102.42º | 0.68% | 0.55% | - |
| HSV(B) | 102.42º | 0.72% | 0.85% | - |
| XYZ | 31.98 | 53.61 | 13.08 | - |
| YUV | 166.91 | 68.23 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 218 | 61 | 0.51 | 0 | 0.72 | 0.15 | 102.42 | 0.68 | 0.55 |
| Hex | 6B | DA | 3D | 33 | 0 | 48 | F | 66 | 44 | 37 |
| Octal | 153 | 332 | 75 | 63 | 0 | 110 | 17 | 146 | 104 | 67 |
| Binary | 1101011 | 11011010 | 111101 | 110011 | 0 | 1001000 | 1111 | 1100110 | 1000100 | 110111 |
Color Harmonies of #6BDA3D
Complementary color
Monochromatic Colors of #6BDA3D
Black with #6BDA3D
Text Example
Text Example
White with #6BDA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDA3D; }
p { color: rgb(107,218,61); }
H1.HeaderClassName
{
color: #6BDA3D;
}
.AnyTagClassName
{
color: #6BDA3D;
}
</style>
background-color css
<style>
a { background-color: #6BDA3D; }
a { background-color: rgb(107,218,61); }
div.DivClassName
{
background-color: #6BDA3D;
}
.BgClassName
{
background-color: #6BDA3D;
}
</style>
border-color css
<style>
span { border-color: #6BDA3D; }
span { border-color: rgb(107,218,61); }
td.TdClassName
{
border-color: #6BDA3D;
}
.TagClassName
{
border-color: #6BDA3D;
}
</style>