Shades of Apple #67D036
Tints of Apple #67D036
RGB
CMYK
RGB Variations
Color information
#67D036 (or 0x67D036) is known color: Apple. HEX triplet: 67, D0 and 36. RGB value is (103,208,54). Sum of RGB (Red+Green+Blue) = 103+208+54=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 208 (81.64% from 255 or 56.99% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 208 - color contains mainly: green. Hex color #67D036 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67D036 is #982FC9. Grayscale: #9F9F9F. Windows color (decimal): -9973706 or 3592295. OLE color: 3592295.
HSL color Cylindrical-coordinate representation of color #67D036: hue angle of 100.91º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #67D036 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 208 | 54 | - |
| CMYK | 0.50 | 0 | 0.74 | 0.18 |
| HSL | 100.91º | 0.62% | 0.51% | - |
| HSV(B) | 100.91º | 0.74% | 0.82% | - |
| XYZ | 28.82 | 48.26 | 11.29 | - |
| YUV | 159.05 | 68.71 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 208 | 54 | 0.50 | 0 | 0.74 | 0.18 | 100.91 | 0.62 | 0.51 |
| Hex | 67 | D0 | 36 | 32 | 0 | 4A | 12 | 65 | 3E | 33 |
| Octal | 147 | 320 | 66 | 62 | 0 | 112 | 22 | 145 | 76 | 63 |
| Binary | 1100111 | 11010000 | 110110 | 110010 | 0 | 1001010 | 10010 | 1100101 | 111110 | 110011 |
Color Harmonies of #67D036
Complementary color
Monochromatic Colors of #67D036
Black with #67D036
Text Example
Text Example
White with #67D036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D036; }
p { color: rgb(103,208,54); }
H1.HeaderClassName
{
color: #67D036;
}
.AnyTagClassName
{
color: #67D036;
}
</style>
background-color css
<style>
a { background-color: #67D036; }
a { background-color: rgb(103,208,54); }
div.DivClassName
{
background-color: #67D036;
}
.BgClassName
{
background-color: #67D036;
}
</style>
border-color css
<style>
span { border-color: #67D036; }
span { border-color: rgb(103,208,54); }
td.TdClassName
{
border-color: #67D036;
}
.TagClassName
{
border-color: #67D036;
}
</style>