Shades of Apple #6BBC31
Tints of Apple #6BBC31
RGB
CMYK
RGB Variations
Color information
#6BBC31 (or 0x6BBC31) is known color: Apple. HEX triplet: 6B, BC and 31. RGB value is (107,188,49). Sum of RGB (Red+Green+Blue) = 107+188+49=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 188 (73.83% from 255 or 54.65% from 344); Blue value is 49 (19.53% from 255 or 14.24% from 344); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BBC31 is #9443CE. Grayscale: #949494. Windows color (decimal): -9716687 or 3259499. OLE color: 3259499.
HSL color Cylindrical-coordinate representation of color #6BBC31: hue angle of 94.96º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6BBC31 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 49 | - |
| CMYK | 0.43 | 0 | 0.74 | 0.26 |
| HSL | 94.96º | 0.59% | 0.46% | - |
| HSV(B) | 94.96º | 0.74% | 0.74% | - |
| XYZ | 24.6 | 39.31 | 9.2 | - |
| YUV | 147.94 | 72.16 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 49 | 0.43 | 0 | 0.74 | 0.26 | 94.96 | 0.59 | 0.46 |
| Hex | 6B | BC | 31 | 2B | 0 | 4A | 1A | 5F | 3B | 2E |
| Octal | 153 | 274 | 61 | 53 | 0 | 112 | 32 | 137 | 73 | 56 |
| Binary | 1101011 | 10111100 | 110001 | 101011 | 0 | 1001010 | 11010 | 1011111 | 111011 | 101110 |
Color Harmonies of #6BBC31
Complementary color
Monochromatic Colors of #6BBC31
Black with #6BBC31
Text Example
Text Example
White with #6BBC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBC31; }
p { color: rgb(107,188,49); }
H1.HeaderClassName
{
color: #6BBC31;
}
.AnyTagClassName
{
color: #6BBC31;
}
</style>
background-color css
<style>
a { background-color: #6BBC31; }
a { background-color: rgb(107,188,49); }
div.DivClassName
{
background-color: #6BBC31;
}
.BgClassName
{
background-color: #6BBC31;
}
</style>
border-color css
<style>
span { border-color: #6BBC31; }
span { border-color: rgb(107,188,49); }
td.TdClassName
{
border-color: #6BBC31;
}
.TagClassName
{
border-color: #6BBC31;
}
</style>