Shades of Apple #74CD37
Tints of Apple #74CD37
RGB
CMYK
RGB Variations
Color information
#74CD37 (or 0x74CD37) is known color: Apple. HEX triplet: 74, CD and 37. RGB value is (116,205,55). Sum of RGB (Red+Green+Blue) = 116+205+55=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 205 (80.47% from 255 or 54.52% from 376); Blue value is 55 (21.88% from 255 or 14.63% from 376); Max value from RGB is 205 - color contains mainly: green. Hex color #74CD37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CD37 is #8B32C8. Grayscale: #A1A1A1. Windows color (decimal): -9122505 or 3657076. OLE color: 3657076.
HSL color Cylindrical-coordinate representation of color #74CD37: hue angle of 95.6º degrees, saturation: 0.6, 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 #74CD37 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 205 | 55 | - |
| CMYK | 0.43 | 0 | 0.73 | 0.20 |
| HSL | 95.6º | 0.6% | 0.51% | - |
| HSV(B) | 95.6º | 0.73% | 0.8% | - |
| XYZ | 29.72 | 47.65 | 11.25 | - |
| YUV | 161.29 | 68.01 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 205 | 55 | 0.43 | 0 | 0.73 | 0.20 | 95.6 | 0.6 | 0.51 |
| Hex | 74 | CD | 37 | 2B | 0 | 49 | 14 | 60 | 3C | 33 |
| Octal | 164 | 315 | 67 | 53 | 0 | 111 | 24 | 140 | 74 | 63 |
| Binary | 1110100 | 11001101 | 110111 | 101011 | 0 | 1001001 | 10100 | 1100000 | 111100 | 110011 |
Color Harmonies of #74CD37
Complementary color
Monochromatic Colors of #74CD37
Black with #74CD37
Text Example
Text Example
White with #74CD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CD37; }
p { color: rgb(116,205,55); }
H1.HeaderClassName
{
color: #74CD37;
}
.AnyTagClassName
{
color: #74CD37;
}
</style>
background-color css
<style>
a { background-color: #74CD37; }
a { background-color: rgb(116,205,55); }
div.DivClassName
{
background-color: #74CD37;
}
.BgClassName
{
background-color: #74CD37;
}
</style>
border-color css
<style>
span { border-color: #74CD37; }
span { border-color: rgb(116,205,55); }
td.TdClassName
{
border-color: #74CD37;
}
.TagClassName
{
border-color: #74CD37;
}
</style>