Shades of Apple #74D833
Tints of Apple #74D833
RGB
CMYK
RGB Variations
Color information
#74D833 (or 0x74D833) is known color: Apple. HEX triplet: 74, D8 and 33. RGB value is (116,216,51). Sum of RGB (Red+Green+Blue) = 116+216+51=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 216 (84.77% from 255 or 56.40% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 216 - color contains mainly: green. Hex color #74D833 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D833 is #8B27CC. Grayscale: #A7A7A7. Windows color (decimal): -9119693 or 3397748. OLE color: 3397748.
HSL color Cylindrical-coordinate representation of color #74D833: hue angle of 96.36º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74D833 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 216 | 51 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.15 |
| HSL | 96.36º | 0.68% | 0.52% | - |
| HSV(B) | 96.36º | 0.76% | 0.85% | - |
| XYZ | 32.36 | 53.06 | 11.67 | - |
| YUV | 167.29 | 62.37 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 216 | 51 | 0.46 | 0 | 0.76 | 0.15 | 96.36 | 0.68 | 0.52 |
| Hex | 74 | D8 | 33 | 2E | 0 | 4C | F | 60 | 44 | 34 |
| Octal | 164 | 330 | 63 | 56 | 0 | 114 | 17 | 140 | 104 | 64 |
| Binary | 1110100 | 11011000 | 110011 | 101110 | 0 | 1001100 | 1111 | 1100000 | 1000100 | 110100 |
Color Harmonies of #74D833
Complementary color
Monochromatic Colors of #74D833
Black with #74D833
Text Example
Text Example
White with #74D833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D833; }
p { color: rgb(116,216,51); }
H1.HeaderClassName
{
color: #74D833;
}
.AnyTagClassName
{
color: #74D833;
}
</style>
background-color css
<style>
a { background-color: #74D833; }
a { background-color: rgb(116,216,51); }
div.DivClassName
{
background-color: #74D833;
}
.BgClassName
{
background-color: #74D833;
}
</style>
border-color css
<style>
span { border-color: #74D833; }
span { border-color: rgb(116,216,51); }
td.TdClassName
{
border-color: #74D833;
}
.TagClassName
{
border-color: #74D833;
}
</style>