Shades of Apple #6BBC32
Tints of Apple #6BBC32
RGB
CMYK
RGB Variations
Color information
#6BBC32 (or 0x6BBC32) is known color: Apple. HEX triplet: 6B, BC and 32. RGB value is (107,188,50). Sum of RGB (Red+Green+Blue) = 107+188+50=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #6BBC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BBC32 is #9443CD. Grayscale: #949494. Windows color (decimal): -9716686 or 3325035. OLE color: 3325035.
HSL color Cylindrical-coordinate representation of color #6BBC32: hue angle of 95.22º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6BBC32 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 107 | 188 | 50 | - |
| CMYK | 0.43 | 0 | 0.73 | 0.26 |
| HSL | 95.22º | 0.58% | 0.47% | - |
| HSV(B) | 95.22º | 0.73% | 0.74% | - |
| XYZ | 24.62 | 39.32 | 9.31 | - |
| YUV | 148.05 | 72.66 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 188 | 50 | 0.43 | 0 | 0.73 | 0.26 | 95.22 | 0.58 | 0.47 |
| Hex | 6B | BC | 32 | 2B | 0 | 49 | 1A | 5F | 3A | 2F |
| Octal | 153 | 274 | 62 | 53 | 0 | 111 | 32 | 137 | 72 | 57 |
| Binary | 1101011 | 10111100 | 110010 | 101011 | 0 | 1001001 | 11010 | 1011111 | 111010 | 101111 |
Color Harmonies of #6BBC32
Complementary color
Monochromatic Colors of #6BBC32
Black with #6BBC32
Text Example
Text Example
White with #6BBC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBC32; }
p { color: rgb(107,188,50); }
H1.HeaderClassName
{
color: #6BBC32;
}
.AnyTagClassName
{
color: #6BBC32;
}
</style>
background-color css
<style>
a { background-color: #6BBC32; }
a { background-color: rgb(107,188,50); }
div.DivClassName
{
background-color: #6BBC32;
}
.BgClassName
{
background-color: #6BBC32;
}
</style>
border-color css
<style>
span { border-color: #6BBC32; }
span { border-color: rgb(107,188,50); }
td.TdClassName
{
border-color: #6BBC32;
}
.TagClassName
{
border-color: #6BBC32;
}
</style>