Shades of Apple #6DBE31
Tints of Apple #6DBE31
RGB
CMYK
RGB Variations
Color information
#6DBE31 (or 0x6DBE31) is known color: Apple. HEX triplet: 6D, BE and 31. RGB value is (109,190,49). Sum of RGB (Red+Green+Blue) = 109+190+49=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 190 (74.61% from 255 or 54.60% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 190 - color contains mainly: green. Hex color #6DBE31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBE31 is #9241CE. Grayscale: #969696. Windows color (decimal): -9585103 or 3260013. OLE color: 3260013.
HSL color Cylindrical-coordinate representation of color #6DBE31: hue angle of 94.47º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6DBE31 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 190 | 49 | - |
| CMYK | 0.43 | 0 | 0.74 | 0.25 |
| HSL | 94.47º | 0.59% | 0.47% | - |
| HSV(B) | 94.47º | 0.74% | 0.75% | - |
| XYZ | 25.27 | 40.3 | 9.35 | - |
| YUV | 149.71 | 71.16 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 190 | 49 | 0.43 | 0 | 0.74 | 0.25 | 94.47 | 0.59 | 0.47 |
| Hex | 6D | BE | 31 | 2B | 0 | 4A | 19 | 5E | 3B | 2F |
| Octal | 155 | 276 | 61 | 53 | 0 | 112 | 31 | 136 | 73 | 57 |
| Binary | 1101101 | 10111110 | 110001 | 101011 | 0 | 1001010 | 11001 | 1011110 | 111011 | 101111 |
Color Harmonies of #6DBE31
Complementary color
Monochromatic Colors of #6DBE31
Black with #6DBE31
Text Example
Text Example
White with #6DBE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DBE31; }
p { color: rgb(109,190,49); }
H1.HeaderClassName
{
color: #6DBE31;
}
.AnyTagClassName
{
color: #6DBE31;
}
</style>
background-color css
<style>
a { background-color: #6DBE31; }
a { background-color: rgb(109,190,49); }
div.DivClassName
{
background-color: #6DBE31;
}
.BgClassName
{
background-color: #6DBE31;
}
</style>
border-color css
<style>
span { border-color: #6DBE31; }
span { border-color: rgb(109,190,49); }
td.TdClassName
{
border-color: #6DBE31;
}
.TagClassName
{
border-color: #6DBE31;
}
</style>