Shades of Apple #6DBF30
Tints of Apple #6DBF30
RGB
CMYK
RGB Variations
Color information
#6DBF30 (or 0x6DBF30) is known color: Apple. HEX triplet: 6D, BF and 30. RGB value is (109,191,48). Sum of RGB (Red+Green+Blue) = 109+191+48=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 48 (19.14% from 255 or 13.79% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #6DBF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBF30 is #9240CF. Grayscale: #969696. Windows color (decimal): -9584848 or 3194733. OLE color: 3194733.
HSL color Cylindrical-coordinate representation of color #6DBF30: hue angle of 94.41º 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 #6DBF30 is Cyan = 0.43, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 191 | 48 | - |
| CMYK | 0.43 | 0 | 0.75 | 0.25 |
| HSL | 94.41º | 0.6% | 0.47% | - |
| HSV(B) | 94.41º | 0.75% | 0.75% | - |
| XYZ | 25.47 | 40.73 | 9.31 | - |
| YUV | 150.18 | 70.33 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 191 | 48 | 0.43 | 0 | 0.75 | 0.25 | 94.41 | 0.6 | 0.47 |
| Hex | 6D | BF | 30 | 2B | 0 | 4B | 19 | 5E | 3C | 2F |
| Octal | 155 | 277 | 60 | 53 | 0 | 113 | 31 | 136 | 74 | 57 |
| Binary | 1101101 | 10111111 | 110000 | 101011 | 0 | 1001011 | 11001 | 1011110 | 111100 | 101111 |
Color Harmonies of #6DBF30
Complementary color
Monochromatic Colors of #6DBF30
Black with #6DBF30
Text Example
Text Example
White with #6DBF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBF30; }
p { color: rgb(109,191,48); }
H1.HeaderClassName
{
color: #6DBF30;
}
.AnyTagClassName
{
color: #6DBF30;
}
</style>
background-color css
<style>
a { background-color: #6DBF30; }
a { background-color: rgb(109,191,48); }
div.DivClassName
{
background-color: #6DBF30;
}
.BgClassName
{
background-color: #6DBF30;
}
</style>
border-color css
<style>
span { border-color: #6DBF30; }
span { border-color: rgb(109,191,48); }
td.TdClassName
{
border-color: #6DBF30;
}
.TagClassName
{
border-color: #6DBF30;
}
</style>