Shades of Apple #67D53D
Tints of Apple #67D53D
RGB
CMYK
RGB Variations
Color information
#67D53D (or 0x67D53D) is known color: Apple. HEX triplet: 67, D5 and 3D. RGB value is (103,213,61). Sum of RGB (Red+Green+Blue) = 103+213+61=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 213 (83.59% from 255 or 56.50% from 377); Blue value is 61 (24.22% from 255 or 16.18% from 377); Max value from RGB is 213 - color contains mainly: green. Hex color #67D53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67D53D is #982AC2. Grayscale: #A3A3A3. Windows color (decimal): -9972419 or 4052327. OLE color: 4052327.
HSL color Cylindrical-coordinate representation of color #67D53D: hue angle of 103.42º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #67D53D is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 213 | 61 | - |
| CMYK | 0.52 | 0 | 0.71 | 0.16 |
| HSL | 103.42º | 0.64% | 0.54% | - |
| HSV(B) | 103.42º | 0.71% | 0.84% | - |
| XYZ | 30.23 | 50.81 | 12.63 | - |
| YUV | 162.78 | 70.56 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 213 | 61 | 0.52 | 0 | 0.71 | 0.16 | 103.42 | 0.64 | 0.54 |
| Hex | 67 | D5 | 3D | 34 | 0 | 47 | 10 | 67 | 40 | 36 |
| Octal | 147 | 325 | 75 | 64 | 0 | 107 | 20 | 147 | 100 | 66 |
| Binary | 1100111 | 11010101 | 111101 | 110100 | 0 | 1000111 | 10000 | 1100111 | 1000000 | 110110 |
Color Harmonies of #67D53D
Complementary color
Monochromatic Colors of #67D53D
Black with #67D53D
Text Example
Text Example
White with #67D53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D53D; }
p { color: rgb(103,213,61); }
H1.HeaderClassName
{
color: #67D53D;
}
.AnyTagClassName
{
color: #67D53D;
}
</style>
background-color css
<style>
a { background-color: #67D53D; }
a { background-color: rgb(103,213,61); }
div.DivClassName
{
background-color: #67D53D;
}
.BgClassName
{
background-color: #67D53D;
}
</style>
border-color css
<style>
span { border-color: #67D53D; }
span { border-color: rgb(103,213,61); }
td.TdClassName
{
border-color: #67D53D;
}
.TagClassName
{
border-color: #67D53D;
}
</style>