Shades of Apple #74CB39
Tints of Apple #74CB39
RGB
CMYK
RGB Variations
Color information
#74CB39 (or 0x74CB39) is known color: Apple. HEX triplet: 74, CB and 39. RGB value is (116,203,57). Sum of RGB (Red+Green+Blue) = 116+203+57=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 203 (79.69% from 255 or 53.99% from 376); Blue value is 57 (22.66% from 255 or 15.16% from 376); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CB39 is #8B34C6. Grayscale: #A0A0A0. Windows color (decimal): -9123015 or 3787636. OLE color: 3787636.
HSL color Cylindrical-coordinate representation of color #74CB39: hue angle of 95.75º degrees, saturation: 0.58, 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 #74CB39 is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 203 | 57 | - |
| CMYK | 0.43 | 0 | 0.72 | 0.20 |
| HSL | 95.75º | 0.58% | 0.51% | - |
| HSV(B) | 95.75º | 0.72% | 0.8% | - |
| XYZ | 29.3 | 46.72 | 11.34 | - |
| YUV | 160.34 | 69.68 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 203 | 57 | 0.43 | 0 | 0.72 | 0.20 | 95.75 | 0.58 | 0.51 |
| Hex | 74 | CB | 39 | 2B | 0 | 48 | 14 | 60 | 3A | 33 |
| Octal | 164 | 313 | 71 | 53 | 0 | 110 | 24 | 140 | 72 | 63 |
| Binary | 1110100 | 11001011 | 111001 | 101011 | 0 | 1001000 | 10100 | 1100000 | 111010 | 110011 |
Color Harmonies of #74CB39
Complementary color
Monochromatic Colors of #74CB39
Black with #74CB39
Text Example
Text Example
White with #74CB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CB39; }
p { color: rgb(116,203,57); }
H1.HeaderClassName
{
color: #74CB39;
}
.AnyTagClassName
{
color: #74CB39;
}
</style>
background-color css
<style>
a { background-color: #74CB39; }
a { background-color: rgb(116,203,57); }
div.DivClassName
{
background-color: #74CB39;
}
.BgClassName
{
background-color: #74CB39;
}
</style>
border-color css
<style>
span { border-color: #74CB39; }
span { border-color: rgb(116,203,57); }
td.TdClassName
{
border-color: #74CB39;
}
.TagClassName
{
border-color: #74CB39;
}
</style>