Shades of Apple #75BB3E
Tints of Apple #75BB3E
RGB
CMYK
RGB Variations
Color information
#75BB3E (or 0x75BB3E) is known color: Apple. HEX triplet: 75, BB and 3E. RGB value is (117,187,62). Sum of RGB (Red+Green+Blue) = 117+187+62=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BB3E is #8A44C1. Grayscale: #989898. Windows color (decimal): -9061570 or 4111221. OLE color: 4111221.
HSL color Cylindrical-coordinate representation of color #75BB3E: hue angle of 93.6º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75BB3E is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 187 | 62 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.27 |
| HSL | 93.6º | 0.5% | 0.49% | - |
| HSV(B) | 93.6º | 0.67% | 0.73% | - |
| XYZ | 25.98 | 39.67 | 10.85 | - |
| YUV | 151.82 | 77.31 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 187 | 62 | 0.37 | 0 | 0.67 | 0.27 | 93.6 | 0.5 | 0.49 |
| Hex | 75 | BB | 3E | 25 | 0 | 43 | 1B | 5E | 32 | 31 |
| Octal | 165 | 273 | 76 | 45 | 0 | 103 | 33 | 136 | 62 | 61 |
| Binary | 1110101 | 10111011 | 111110 | 100101 | 0 | 1000011 | 11011 | 1011110 | 110010 | 110001 |
Color Harmonies of #75BB3E
Complementary color
Monochromatic Colors of #75BB3E
Black with #75BB3E
Text Example
Text Example
White with #75BB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BB3E; }
p { color: rgb(117,187,62); }
H1.HeaderClassName
{
color: #75BB3E;
}
.AnyTagClassName
{
color: #75BB3E;
}
</style>
background-color css
<style>
a { background-color: #75BB3E; }
a { background-color: rgb(117,187,62); }
div.DivClassName
{
background-color: #75BB3E;
}
.BgClassName
{
background-color: #75BB3E;
}
</style>
border-color css
<style>
span { border-color: #75BB3E; }
span { border-color: rgb(117,187,62); }
td.TdClassName
{
border-color: #75BB3E;
}
.TagClassName
{
border-color: #75BB3E;
}
</style>