Shades of Apple #74CB43
Tints of Apple #74CB43
RGB
CMYK
RGB Variations
Color information
#74CB43 (or 0x74CB43) is known color: Apple. HEX triplet: 74, CB and 43. RGB value is (116,203,67). Sum of RGB (Red+Green+Blue) = 116+203+67=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 67 (26.56% from 255 or 17.36% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CB43 is #8B34BC. Grayscale: #A1A1A1. Windows color (decimal): -9123005 or 4442996. OLE color: 4442996.
HSL color Cylindrical-coordinate representation of color #74CB43: hue angle of 98.38º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74CB43 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 203 | 67 | - |
| CMYK | 0.43 | 0 | 0.67 | 0.20 |
| HSL | 98.38º | 0.57% | 0.53% | - |
| HSV(B) | 98.38º | 0.67% | 0.8% | - |
| XYZ | 29.57 | 46.83 | 12.79 | - |
| YUV | 161.48 | 74.68 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 203 | 67 | 0.43 | 0 | 0.67 | 0.20 | 98.38 | 0.57 | 0.53 |
| Hex | 74 | CB | 43 | 2B | 0 | 43 | 14 | 62 | 39 | 35 |
| Octal | 164 | 313 | 103 | 53 | 0 | 103 | 24 | 142 | 71 | 65 |
| Binary | 1110100 | 11001011 | 1000011 | 101011 | 0 | 1000011 | 10100 | 1100010 | 111001 | 110101 |
Color Harmonies of #74CB43
Complementary color
Monochromatic Colors of #74CB43
Black with #74CB43
Text Example
Text Example
White with #74CB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CB43; }
p { color: rgb(116,203,67); }
H1.HeaderClassName
{
color: #74CB43;
}
.AnyTagClassName
{
color: #74CB43;
}
</style>
background-color css
<style>
a { background-color: #74CB43; }
a { background-color: rgb(116,203,67); }
div.DivClassName
{
background-color: #74CB43;
}
.BgClassName
{
background-color: #74CB43;
}
</style>
border-color css
<style>
span { border-color: #74CB43; }
span { border-color: rgb(116,203,67); }
td.TdClassName
{
border-color: #74CB43;
}
.TagClassName
{
border-color: #74CB43;
}
</style>