Shades of Apple #75CB38
Tints of Apple #75CB38
RGB
CMYK
RGB Variations
Color information
#75CB38 (or 0x75CB38) is known color: Apple. HEX triplet: 75, CB and 38. RGB value is (117,203,56). Sum of RGB (Red+Green+Blue) = 117+203+56=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 203 (79.69% from 255 or 53.99% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CB38 is #8A34C7. Grayscale: #A1A1A1. Windows color (decimal): -9057480 or 3722101. OLE color: 3722101.
HSL color Cylindrical-coordinate representation of color #75CB38: hue angle of 95.1º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75CB38 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 203 | 56 | - |
| CMYK | 0.42 | 0 | 0.72 | 0.20 |
| HSL | 95.1º | 0.59% | 0.51% | - |
| HSV(B) | 95.1º | 0.72% | 0.8% | - |
| XYZ | 29.41 | 46.78 | 11.22 | - |
| YUV | 160.53 | 69.01 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 203 | 56 | 0.42 | 0 | 0.72 | 0.20 | 95.1 | 0.59 | 0.51 |
| Hex | 75 | CB | 38 | 2A | 0 | 48 | 14 | 5F | 3B | 33 |
| Octal | 165 | 313 | 70 | 52 | 0 | 110 | 24 | 137 | 73 | 63 |
| Binary | 1110101 | 11001011 | 111000 | 101010 | 0 | 1001000 | 10100 | 1011111 | 111011 | 110011 |
Color Harmonies of #75CB38
Complementary color
Monochromatic Colors of #75CB38
Black with #75CB38
Text Example
Text Example
White with #75CB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CB38; }
p { color: rgb(117,203,56); }
H1.HeaderClassName
{
color: #75CB38;
}
.AnyTagClassName
{
color: #75CB38;
}
</style>
background-color css
<style>
a { background-color: #75CB38; }
a { background-color: rgb(117,203,56); }
div.DivClassName
{
background-color: #75CB38;
}
.BgClassName
{
background-color: #75CB38;
}
</style>
border-color css
<style>
span { border-color: #75CB38; }
span { border-color: rgb(117,203,56); }
td.TdClassName
{
border-color: #75CB38;
}
.TagClassName
{
border-color: #75CB38;
}
</style>