Shades of Apple #67C24A
Tints of Apple #67C24A
RGB
CMYK
RGB Variations
Color information
#67C24A (or 0x67C24A) is known color: Apple. HEX triplet: 67, C2 and 4A. RGB value is (103,194,74). Sum of RGB (Red+Green+Blue) = 103+194+74=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 74 (29.30% from 255 or 19.95% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #67C24A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67C24A is #983DB5. Grayscale: #999999. Windows color (decimal): -9977270 or 4899431. OLE color: 4899431.
HSL color Cylindrical-coordinate representation of color #67C24A: hue angle of 105.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #67C24A is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 194 | 74 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.24 |
| HSL | 105.5º | 0.5% | 0.53% | - |
| HSV(B) | 105.5º | 0.62% | 0.76% | - |
| XYZ | 26.12 | 41.96 | 13.2 | - |
| YUV | 153.11 | 83.35 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 194 | 74 | 0.47 | 0 | 0.62 | 0.24 | 105.5 | 0.5 | 0.53 |
| Hex | 67 | C2 | 4A | 2F | 0 | 3E | 18 | 6A | 32 | 35 |
| Octal | 147 | 302 | 112 | 57 | 0 | 76 | 30 | 152 | 62 | 65 |
| Binary | 1100111 | 11000010 | 1001010 | 101111 | 0 | 111110 | 11000 | 1101010 | 110010 | 110101 |
Color Harmonies of #67C24A
Complementary color
Monochromatic Colors of #67C24A
Black with #67C24A
Text Example
Text Example
White with #67C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C24A; }
p { color: rgb(103,194,74); }
H1.HeaderClassName
{
color: #67C24A;
}
.AnyTagClassName
{
color: #67C24A;
}
</style>
background-color css
<style>
a { background-color: #67C24A; }
a { background-color: rgb(103,194,74); }
div.DivClassName
{
background-color: #67C24A;
}
.BgClassName
{
background-color: #67C24A;
}
</style>
border-color css
<style>
span { border-color: #67C24A; }
span { border-color: rgb(103,194,74); }
td.TdClassName
{
border-color: #67C24A;
}
.TagClassName
{
border-color: #67C24A;
}
</style>