Shades of Apple #74C23D
Tints of Apple #74C23D
RGB
CMYK
RGB Variations
Color information
#74C23D (or 0x74C23D) is known color: Apple. HEX triplet: 74, C2 and 3D. RGB value is (116,194,61). Sum of RGB (Red+Green+Blue) = 116+194+61=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #74C23D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C23D is #8B3DC2. Grayscale: #9B9B9B. Windows color (decimal): -9125315 or 4047476. OLE color: 4047476.
HSL color Cylindrical-coordinate representation of color #74C23D: hue angle of 95.19º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74C23D is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 61 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.24 |
| HSL | 95.19º | 0.52% | 0.5% | - |
| HSV(B) | 95.19º | 0.69% | 0.76% | - |
| XYZ | 27.34 | 42.63 | 11.2 | - |
| YUV | 155.52 | 74.66 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 61 | 0.40 | 0 | 0.69 | 0.24 | 95.19 | 0.52 | 0.5 |
| Hex | 74 | C2 | 3D | 28 | 0 | 45 | 18 | 5F | 34 | 32 |
| Octal | 164 | 302 | 75 | 50 | 0 | 105 | 30 | 137 | 64 | 62 |
| Binary | 1110100 | 11000010 | 111101 | 101000 | 0 | 1000101 | 11000 | 1011111 | 110100 | 110010 |
Color Harmonies of #74C23D
Complementary color
Monochromatic Colors of #74C23D
Black with #74C23D
Text Example
Text Example
White with #74C23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C23D; }
p { color: rgb(116,194,61); }
H1.HeaderClassName
{
color: #74C23D;
}
.AnyTagClassName
{
color: #74C23D;
}
</style>
background-color css
<style>
a { background-color: #74C23D; }
a { background-color: rgb(116,194,61); }
div.DivClassName
{
background-color: #74C23D;
}
.BgClassName
{
background-color: #74C23D;
}
</style>
border-color css
<style>
span { border-color: #74C23D; }
span { border-color: rgb(116,194,61); }
td.TdClassName
{
border-color: #74C23D;
}
.TagClassName
{
border-color: #74C23D;
}
</style>