Shades of Apple #67D63A
Tints of Apple #67D63A
RGB
CMYK
RGB Variations
Color information
#67D63A (or 0x67D63A) is known color: Apple. HEX triplet: 67, D6 and 3A. RGB value is (103,214,58). Sum of RGB (Red+Green+Blue) = 103+214+58=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 214 (83.98% from 255 or 57.07% from 375); Blue value is 58 (23.05% from 255 or 15.47% from 375); Max value from RGB is 214 - color contains mainly: green. Hex color #67D63A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67D63A is #9829C5. Grayscale: #A3A3A3. Windows color (decimal): -9972166 or 3855975. OLE color: 3855975.
HSL color Cylindrical-coordinate representation of color #67D63A: hue angle of 102.69º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #67D63A is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 214 | 58 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.16 |
| HSL | 102.69º | 0.66% | 0.53% | - |
| HSV(B) | 102.69º | 0.73% | 0.84% | - |
| XYZ | 30.4 | 51.28 | 12.3 | - |
| YUV | 163.03 | 68.73 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 214 | 58 | 0.52 | 0 | 0.73 | 0.16 | 102.69 | 0.66 | 0.53 |
| Hex | 67 | D6 | 3A | 34 | 0 | 49 | 10 | 67 | 42 | 35 |
| Octal | 147 | 326 | 72 | 64 | 0 | 111 | 20 | 147 | 102 | 65 |
| Binary | 1100111 | 11010110 | 111010 | 110100 | 0 | 1001001 | 10000 | 1100111 | 1000010 | 110101 |
Color Harmonies of #67D63A
Complementary color
Monochromatic Colors of #67D63A
Black with #67D63A
Text Example
Text Example
White with #67D63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D63A; }
p { color: rgb(103,214,58); }
H1.HeaderClassName
{
color: #67D63A;
}
.AnyTagClassName
{
color: #67D63A;
}
</style>
background-color css
<style>
a { background-color: #67D63A; }
a { background-color: rgb(103,214,58); }
div.DivClassName
{
background-color: #67D63A;
}
.BgClassName
{
background-color: #67D63A;
}
</style>
border-color css
<style>
span { border-color: #67D63A; }
span { border-color: rgb(103,214,58); }
td.TdClassName
{
border-color: #67D63A;
}
.TagClassName
{
border-color: #67D63A;
}
</style>