Shades of Apple #6DBD30
Tints of Apple #6DBD30
RGB
CMYK
RGB Variations
Color information
#6DBD30 (or 0x6DBD30) is known color: Apple. HEX triplet: 6D, BD and 30. RGB value is (109,189,48). Sum of RGB (Red+Green+Blue) = 109+189+48=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 189 (74.22% from 255 or 54.62% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBD30 is #9242CF. Grayscale: #959595. Windows color (decimal): -9585360 or 3194221. OLE color: 3194221.
HSL color Cylindrical-coordinate representation of color #6DBD30: hue angle of 94.04º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6DBD30 is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 109 | 189 | 48 | - |
| CMYK | 0.42 | 0 | 0.75 | 0.26 |
| HSL | 94.04º | 0.59% | 0.46% | - |
| HSV(B) | 94.04º | 0.75% | 0.74% | - |
| XYZ | 25.04 | 39.86 | 9.17 | - |
| YUV | 149.01 | 71 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 189 | 48 | 0.42 | 0 | 0.75 | 0.26 | 94.04 | 0.59 | 0.46 |
| Hex | 6D | BD | 30 | 2A | 0 | 4B | 1A | 5E | 3B | 2E |
| Octal | 155 | 275 | 60 | 52 | 0 | 113 | 32 | 136 | 73 | 56 |
| Binary | 1101101 | 10111101 | 110000 | 101010 | 0 | 1001011 | 11010 | 1011110 | 111011 | 101110 |
Color Harmonies of #6DBD30
Complementary color
Monochromatic Colors of #6DBD30
Black with #6DBD30
Text Example
Text Example
White with #6DBD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBD30; }
p { color: rgb(109,189,48); }
H1.HeaderClassName
{
color: #6DBD30;
}
.AnyTagClassName
{
color: #6DBD30;
}
</style>
background-color css
<style>
a { background-color: #6DBD30; }
a { background-color: rgb(109,189,48); }
div.DivClassName
{
background-color: #6DBD30;
}
.BgClassName
{
background-color: #6DBD30;
}
</style>
border-color css
<style>
span { border-color: #6DBD30; }
span { border-color: rgb(109,189,48); }
td.TdClassName
{
border-color: #6DBD30;
}
.TagClassName
{
border-color: #6DBD30;
}
</style>