Shades of Apple #75BD3C
Tints of Apple #75BD3C
RGB
CMYK
RGB Variations
Color information
#75BD3C (or 0x75BD3C) is known color: Apple. HEX triplet: 75, BD and 3C. RGB value is (117,189,60). Sum of RGB (Red+Green+Blue) = 117+189+60=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 189 (74.22% from 255 or 51.64% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BD3C is #8A42C3. Grayscale: #999999. Windows color (decimal): -9061060 or 3980661. OLE color: 3980661.
HSL color Cylindrical-coordinate representation of color #75BD3C: hue angle of 93.49º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75BD3C is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 189 | 60 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.26 |
| HSL | 93.49º | 0.52% | 0.49% | - |
| HSV(B) | 93.49º | 0.68% | 0.74% | - |
| XYZ | 26.35 | 40.5 | 10.7 | - |
| YUV | 152.77 | 75.65 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 189 | 60 | 0.38 | 0 | 0.68 | 0.26 | 93.49 | 0.52 | 0.49 |
| Hex | 75 | BD | 3C | 26 | 0 | 44 | 1A | 5D | 34 | 31 |
| Octal | 165 | 275 | 74 | 46 | 0 | 104 | 32 | 135 | 64 | 61 |
| Binary | 1110101 | 10111101 | 111100 | 100110 | 0 | 1000100 | 11010 | 1011101 | 110100 | 110001 |
Color Harmonies of #75BD3C
Complementary color
Monochromatic Colors of #75BD3C
Black with #75BD3C
Text Example
Text Example
White with #75BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75BD3C; }
p { color: rgb(117,189,60); }
H1.HeaderClassName
{
color: #75BD3C;
}
.AnyTagClassName
{
color: #75BD3C;
}
</style>
background-color css
<style>
a { background-color: #75BD3C; }
a { background-color: rgb(117,189,60); }
div.DivClassName
{
background-color: #75BD3C;
}
.BgClassName
{
background-color: #75BD3C;
}
</style>
border-color css
<style>
span { border-color: #75BD3C; }
span { border-color: rgb(117,189,60); }
td.TdClassName
{
border-color: #75BD3C;
}
.TagClassName
{
border-color: #75BD3C;
}
</style>