Shades of Apple #74D63B
Tints of Apple #74D63B
RGB
CMYK
RGB Variations
Color information
#74D63B (or 0x74D63B) is known color: Apple. HEX triplet: 74, D6 and 3B. RGB value is (116,214,59). Sum of RGB (Red+Green+Blue) = 116+214+59=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 214 (83.98% from 255 or 55.01% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 214 - color contains mainly: green. Hex color #74D63B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D63B is #8B29C4. Grayscale: #A7A7A7. Windows color (decimal): -9120197 or 3921524. OLE color: 3921524.
HSL color Cylindrical-coordinate representation of color #74D63B: hue angle of 97.94º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74D63B is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 59 | - |
| CMYK | 0.46 | 0 | 0.72 | 0.16 |
| HSL | 97.94º | 0.65% | 0.54% | - |
| HSV(B) | 97.94º | 0.72% | 0.84% | - |
| XYZ | 32.04 | 52.12 | 12.51 | - |
| YUV | 167.03 | 67.03 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 59 | 0.46 | 0 | 0.72 | 0.16 | 97.94 | 0.65 | 0.54 |
| Hex | 74 | D6 | 3B | 2E | 0 | 48 | 10 | 62 | 41 | 36 |
| Octal | 164 | 326 | 73 | 56 | 0 | 110 | 20 | 142 | 101 | 66 |
| Binary | 1110100 | 11010110 | 111011 | 101110 | 0 | 1001000 | 10000 | 1100010 | 1000001 | 110110 |
Color Harmonies of #74D63B
Complementary color
Monochromatic Colors of #74D63B
Black with #74D63B
Text Example
Text Example
White with #74D63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D63B; }
p { color: rgb(116,214,59); }
H1.HeaderClassName
{
color: #74D63B;
}
.AnyTagClassName
{
color: #74D63B;
}
</style>
background-color css
<style>
a { background-color: #74D63B; }
a { background-color: rgb(116,214,59); }
div.DivClassName
{
background-color: #74D63B;
}
.BgClassName
{
background-color: #74D63B;
}
</style>
border-color css
<style>
span { border-color: #74D63B; }
span { border-color: rgb(116,214,59); }
td.TdClassName
{
border-color: #74D63B;
}
.TagClassName
{
border-color: #74D63B;
}
</style>