Shades of Apple #6BE13D
Tints of Apple #6BE13D
RGB
CMYK
RGB Variations
Color information
#6BE13D (or 0x6BE13D) is known color: Apple. HEX triplet: 6B, E1 and 3D. RGB value is (107,225,61). Sum of RGB (Red+Green+Blue) = 107+225+61=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 225 (88.28% from 255 or 57.25% from 393); Blue value is 61 (24.22% from 255 or 15.52% from 393); Max value from RGB is 225 - color contains mainly: green. Hex color #6BE13D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BE13D is #941EC2. Grayscale: #ABABAB. Windows color (decimal): -9707203 or 4055403. OLE color: 4055403.
HSL color Cylindrical-coordinate representation of color #6BE13D: hue angle of 103.17º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6BE13D is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 107 | 225 | 61 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.12 |
| HSL | 103.17º | 0.73% | 0.56% | - |
| HSV(B) | 103.17º | 0.73% | 0.88% | - |
| XYZ | 33.83 | 57.31 | 13.69 | - |
| YUV | 171.02 | 65.91 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 225 | 61 | 0.52 | 0 | 0.73 | 0.12 | 103.17 | 0.73 | 0.56 |
| Hex | 6B | E1 | 3D | 34 | 0 | 49 | C | 67 | 49 | 38 |
| Octal | 153 | 341 | 75 | 64 | 0 | 111 | 14 | 147 | 111 | 70 |
| Binary | 1101011 | 11100001 | 111101 | 110100 | 0 | 1001001 | 1100 | 1100111 | 1001001 | 111000 |
Color Harmonies of #6BE13D
Complementary color
Monochromatic Colors of #6BE13D
Black with #6BE13D
Text Example
Text Example
White with #6BE13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE13D; }
p { color: rgb(107,225,61); }
H1.HeaderClassName
{
color: #6BE13D;
}
.AnyTagClassName
{
color: #6BE13D;
}
</style>
background-color css
<style>
a { background-color: #6BE13D; }
a { background-color: rgb(107,225,61); }
div.DivClassName
{
background-color: #6BE13D;
}
.BgClassName
{
background-color: #6BE13D;
}
</style>
border-color css
<style>
span { border-color: #6BE13D; }
span { border-color: rgb(107,225,61); }
td.TdClassName
{
border-color: #6BE13D;
}
.TagClassName
{
border-color: #6BE13D;
}
</style>