Shades of Apple #75CB37
Tints of Apple #75CB37
RGB
CMYK
RGB Variations
Color information
#75CB37 (or 0x75CB37) is known color: Apple. HEX triplet: 75, CB and 37. RGB value is (117,203,55). Sum of RGB (Red+Green+Blue) = 117+203+55=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 203 (79.69% from 255 or 54.13% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CB37 is #8A34C8. Grayscale: #A0A0A0. Windows color (decimal): -9057481 or 3656565. OLE color: 3656565.
HSL color Cylindrical-coordinate representation of color #75CB37: hue angle of 94.86º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75CB37 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 203 | 55 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.20 |
| HSL | 94.86º | 0.59% | 0.51% | - |
| HSV(B) | 94.86º | 0.73% | 0.8% | - |
| XYZ | 29.38 | 46.77 | 11.09 | - |
| YUV | 160.41 | 68.51 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 203 | 55 | 0.42 | 0 | 0.73 | 0.20 | 94.86 | 0.59 | 0.51 |
| Hex | 75 | CB | 37 | 2A | 0 | 49 | 14 | 5F | 3B | 33 |
| Octal | 165 | 313 | 67 | 52 | 0 | 111 | 24 | 137 | 73 | 63 |
| Binary | 1110101 | 11001011 | 110111 | 101010 | 0 | 1001001 | 10100 | 1011111 | 111011 | 110011 |
Color Harmonies of #75CB37
Complementary color
Monochromatic Colors of #75CB37
Black with #75CB37
Text Example
Text Example
White with #75CB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CB37; }
p { color: rgb(117,203,55); }
H1.HeaderClassName
{
color: #75CB37;
}
.AnyTagClassName
{
color: #75CB37;
}
</style>
background-color css
<style>
a { background-color: #75CB37; }
a { background-color: rgb(117,203,55); }
div.DivClassName
{
background-color: #75CB37;
}
.BgClassName
{
background-color: #75CB37;
}
</style>
border-color css
<style>
span { border-color: #75CB37; }
span { border-color: rgb(117,203,55); }
td.TdClassName
{
border-color: #75CB37;
}
.TagClassName
{
border-color: #75CB37;
}
</style>