Shades of Apple #75C83B
Tints of Apple #75C83B
RGB
CMYK
RGB Variations
Color information
#75C83B (or 0x75C83B) is known color: Apple. HEX triplet: 75, C8 and 3B. RGB value is (117,200,59). Sum of RGB (Red+Green+Blue) = 117+200+59=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 200 (78.52% from 255 or 53.19% from 376); Blue value is 59 (23.44% from 255 or 15.69% from 376); Max value from RGB is 200 - color contains mainly: green. Hex color #75C83B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C83B is #8A37C4. Grayscale: #9F9F9F. Windows color (decimal): -9058245 or 3917941. OLE color: 3917941.
HSL color Cylindrical-coordinate representation of color #75C83B: hue angle of 95.32º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75C83B is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 200 | 59 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.22 |
| HSL | 95.32º | 0.56% | 0.51% | - |
| HSV(B) | 95.32º | 0.71% | 0.78% | - |
| XYZ | 28.78 | 45.41 | 11.39 | - |
| YUV | 159.11 | 71.5 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 200 | 59 | 0.42 | 0 | 0.70 | 0.22 | 95.32 | 0.56 | 0.51 |
| Hex | 75 | C8 | 3B | 2A | 0 | 46 | 16 | 5F | 38 | 33 |
| Octal | 165 | 310 | 73 | 52 | 0 | 106 | 26 | 137 | 70 | 63 |
| Binary | 1110101 | 11001000 | 111011 | 101010 | 0 | 1000110 | 10110 | 1011111 | 111000 | 110011 |
Color Harmonies of #75C83B
Complementary color
Monochromatic Colors of #75C83B
Black with #75C83B
Text Example
Text Example
White with #75C83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C83B; }
p { color: rgb(117,200,59); }
H1.HeaderClassName
{
color: #75C83B;
}
.AnyTagClassName
{
color: #75C83B;
}
</style>
background-color css
<style>
a { background-color: #75C83B; }
a { background-color: rgb(117,200,59); }
div.DivClassName
{
background-color: #75C83B;
}
.BgClassName
{
background-color: #75C83B;
}
</style>
border-color css
<style>
span { border-color: #75C83B; }
span { border-color: rgb(117,200,59); }
td.TdClassName
{
border-color: #75C83B;
}
.TagClassName
{
border-color: #75C83B;
}
</style>