Shades of Apple #74C03F
Tints of Apple #74C03F
RGB
CMYK
RGB Variations
Color information
#74C03F (or 0x74C03F) is known color: Apple. HEX triplet: 74, C0 and 3F. RGB value is (116,192,63). Sum of RGB (Red+Green+Blue) = 116+192+63=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #74C03F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C03F is #8B3FC0. Grayscale: #9B9B9B. Windows color (decimal): -9125825 or 4178036. OLE color: 4178036.
HSL color Cylindrical-coordinate representation of color #74C03F: hue angle of 95.35º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74C03F is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 63 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.25 |
| HSL | 95.35º | 0.51% | 0.5% | - |
| HSV(B) | 95.35º | 0.67% | 0.75% | - |
| XYZ | 26.95 | 41.77 | 11.34 | - |
| YUV | 154.57 | 76.32 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 63 | 0.40 | 0 | 0.67 | 0.25 | 95.35 | 0.51 | 0.5 |
| Hex | 74 | C0 | 3F | 28 | 0 | 43 | 19 | 5F | 33 | 32 |
| Octal | 164 | 300 | 77 | 50 | 0 | 103 | 31 | 137 | 63 | 62 |
| Binary | 1110100 | 11000000 | 111111 | 101000 | 0 | 1000011 | 11001 | 1011111 | 110011 | 110010 |
Color Harmonies of #74C03F
Complementary color
Monochromatic Colors of #74C03F
Black with #74C03F
Text Example
Text Example
White with #74C03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C03F; }
p { color: rgb(116,192,63); }
H1.HeaderClassName
{
color: #74C03F;
}
.AnyTagClassName
{
color: #74C03F;
}
</style>
background-color css
<style>
a { background-color: #74C03F; }
a { background-color: rgb(116,192,63); }
div.DivClassName
{
background-color: #74C03F;
}
.BgClassName
{
background-color: #74C03F;
}
</style>
border-color css
<style>
span { border-color: #74C03F; }
span { border-color: rgb(116,192,63); }
td.TdClassName
{
border-color: #74C03F;
}
.TagClassName
{
border-color: #74C03F;
}
</style>