Shades of Apple #6DE130
Tints of Apple #6DE130
RGB
CMYK
RGB Variations
Color information
#6DE130 (or 0x6DE130) is known color: Apple. HEX triplet: 6D, E1 and 30. RGB value is (109,225,48). Sum of RGB (Red+Green+Blue) = 109+225+48=382 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.53% from 382); Green value is 225 (88.28% from 255 or 58.90% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 225 - color contains mainly: green. Hex color #6DE130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DE130 is #921ECF. Grayscale: #AAAAAA. Windows color (decimal): -9576144 or 3203437. OLE color: 3203437.
HSL color Cylindrical-coordinate representation of color #6DE130: hue angle of 99.32º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6DE130 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 225 | 48 | - |
| CMYK | 0.52 | 0 | 0.79 | 0.12 |
| HSL | 99.32º | 0.75% | 0.54% | - |
| HSV(B) | 99.32º | 0.79% | 0.88% | - |
| XYZ | 33.77 | 57.32 | 12.08 | - |
| YUV | 170.14 | 59.07 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 225 | 48 | 0.52 | 0 | 0.79 | 0.12 | 99.32 | 0.75 | 0.54 |
| Hex | 6D | E1 | 30 | 34 | 0 | 4F | C | 63 | 4B | 36 |
| Octal | 155 | 341 | 60 | 64 | 0 | 117 | 14 | 143 | 113 | 66 |
| Binary | 1101101 | 11100001 | 110000 | 110100 | 0 | 1001111 | 1100 | 1100011 | 1001011 | 110110 |
Color Harmonies of #6DE130
Complementary color
Monochromatic Colors of #6DE130
Black with #6DE130
Text Example
Text Example
White with #6DE130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE130; }
p { color: rgb(109,225,48); }
H1.HeaderClassName
{
color: #6DE130;
}
.AnyTagClassName
{
color: #6DE130;
}
</style>
background-color css
<style>
a { background-color: #6DE130; }
a { background-color: rgb(109,225,48); }
div.DivClassName
{
background-color: #6DE130;
}
.BgClassName
{
background-color: #6DE130;
}
</style>
border-color css
<style>
span { border-color: #6DE130; }
span { border-color: rgb(109,225,48); }
td.TdClassName
{
border-color: #6DE130;
}
.TagClassName
{
border-color: #6DE130;
}
</style>