Shades of Apple #6DBE30
Tints of Apple #6DBE30
RGB
CMYK
RGB Variations
Color information
#6DBE30 (or 0x6DBE30) is known color: Apple. HEX triplet: 6D, BE and 30. RGB value is (109,190,48). Sum of RGB (Red+Green+Blue) = 109+190+48=347 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.41% from 347); Green value is 190 (74.61% from 255 or 54.76% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 190 - color contains mainly: green. Hex color #6DBE30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBE30 is #9241CF. Grayscale: #969696. Windows color (decimal): -9585104 or 3194477. OLE color: 3194477.
HSL color Cylindrical-coordinate representation of color #6DBE30: hue angle of 94.23º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6DBE30 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 190 | 48 | - |
| CMYK | 0.43 | 0 | 0.75 | 0.25 |
| HSL | 94.23º | 0.6% | 0.47% | - |
| HSV(B) | 94.23º | 0.75% | 0.75% | - |
| XYZ | 25.25 | 40.29 | 9.24 | - |
| YUV | 149.59 | 70.66 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 190 | 48 | 0.43 | 0 | 0.75 | 0.25 | 94.23 | 0.6 | 0.47 |
| Hex | 6D | BE | 30 | 2B | 0 | 4B | 19 | 5E | 3C | 2F |
| Octal | 155 | 276 | 60 | 53 | 0 | 113 | 31 | 136 | 74 | 57 |
| Binary | 1101101 | 10111110 | 110000 | 101011 | 0 | 1001011 | 11001 | 1011110 | 111100 | 101111 |
Color Harmonies of #6DBE30
Complementary color
Monochromatic Colors of #6DBE30
Black with #6DBE30
Text Example
Text Example
White with #6DBE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBE30; }
p { color: rgb(109,190,48); }
H1.HeaderClassName
{
color: #6DBE30;
}
.AnyTagClassName
{
color: #6DBE30;
}
</style>
background-color css
<style>
a { background-color: #6DBE30; }
a { background-color: rgb(109,190,48); }
div.DivClassName
{
background-color: #6DBE30;
}
.BgClassName
{
background-color: #6DBE30;
}
</style>
border-color css
<style>
span { border-color: #6DBE30; }
span { border-color: rgb(109,190,48); }
td.TdClassName
{
border-color: #6DBE30;
}
.TagClassName
{
border-color: #6DBE30;
}
</style>