Shades of Apple #67D534
Tints of Apple #67D534
RGB
CMYK
RGB Variations
Color information
#67D534 (or 0x67D534) is known color: Apple. HEX triplet: 67, D5 and 34. RGB value is (103,213,52). Sum of RGB (Red+Green+Blue) = 103+213+52=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 213 (83.59% from 255 or 57.88% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 213 - color contains mainly: green. Hex color #67D534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67D534 is #982ACB. Grayscale: #A2A2A2. Windows color (decimal): -9972428 or 3462503. OLE color: 3462503.
HSL color Cylindrical-coordinate representation of color #67D534: hue angle of 100.99º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #67D534 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 213 | 52 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.16 |
| HSL | 100.99º | 0.66% | 0.52% | - |
| HSV(B) | 100.99º | 0.76% | 0.84% | - |
| XYZ | 30.01 | 50.72 | 11.46 | - |
| YUV | 161.76 | 66.06 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 213 | 52 | 0.52 | 0 | 0.76 | 0.16 | 100.99 | 0.66 | 0.52 |
| Hex | 67 | D5 | 34 | 34 | 0 | 4C | 10 | 65 | 42 | 34 |
| Octal | 147 | 325 | 64 | 64 | 0 | 114 | 20 | 145 | 102 | 64 |
| Binary | 1100111 | 11010101 | 110100 | 110100 | 0 | 1001100 | 10000 | 1100101 | 1000010 | 110100 |
Color Harmonies of #67D534
Complementary color
Monochromatic Colors of #67D534
Black with #67D534
Text Example
Text Example
White with #67D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D534; }
p { color: rgb(103,213,52); }
H1.HeaderClassName
{
color: #67D534;
}
.AnyTagClassName
{
color: #67D534;
}
</style>
background-color css
<style>
a { background-color: #67D534; }
a { background-color: rgb(103,213,52); }
div.DivClassName
{
background-color: #67D534;
}
.BgClassName
{
background-color: #67D534;
}
</style>
border-color css
<style>
span { border-color: #67D534; }
span { border-color: rgb(103,213,52); }
td.TdClassName
{
border-color: #67D534;
}
.TagClassName
{
border-color: #67D534;
}
</style>