Shades of Apple #67DF2F
Tints of Apple #67DF2F
RGB
CMYK
RGB Variations
Color information
#67DF2F (or 0x67DF2F) is known color: Apple. HEX triplet: 67, DF and 2F. RGB value is (103,223,47). Sum of RGB (Red+Green+Blue) = 103+223+47=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 223 (87.5% from 255 or 59.79% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 223 - color contains mainly: green. Hex color #67DF2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67DF2F is #9820D0. Grayscale: #A7A7A7. Windows color (decimal): -9969873 or 3137383. OLE color: 3137383.
HSL color Cylindrical-coordinate representation of color #67DF2F: hue angle of 100.91º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #67DF2F is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 223 | 47 | - |
| CMYK | 0.54 | 0 | 0.79 | 0.13 |
| HSL | 100.91º | 0.73% | 0.53% | - |
| HSV(B) | 100.91º | 0.79% | 0.87% | - |
| XYZ | 32.49 | 55.86 | 11.76 | - |
| YUV | 167.06 | 60.24 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 223 | 47 | 0.54 | 0 | 0.79 | 0.13 | 100.91 | 0.73 | 0.53 |
| Hex | 67 | DF | 2F | 36 | 0 | 4F | D | 65 | 49 | 35 |
| Octal | 147 | 337 | 57 | 66 | 0 | 117 | 15 | 145 | 111 | 65 |
| Binary | 1100111 | 11011111 | 101111 | 110110 | 0 | 1001111 | 1101 | 1100101 | 1001001 | 110101 |
Color Harmonies of #67DF2F
Complementary color
Monochromatic Colors of #67DF2F
Black with #67DF2F
Text Example
Text Example
White with #67DF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DF2F; }
p { color: rgb(103,223,47); }
H1.HeaderClassName
{
color: #67DF2F;
}
.AnyTagClassName
{
color: #67DF2F;
}
</style>
background-color css
<style>
a { background-color: #67DF2F; }
a { background-color: rgb(103,223,47); }
div.DivClassName
{
background-color: #67DF2F;
}
.BgClassName
{
background-color: #67DF2F;
}
</style>
border-color css
<style>
span { border-color: #67DF2F; }
span { border-color: rgb(103,223,47); }
td.TdClassName
{
border-color: #67DF2F;
}
.TagClassName
{
border-color: #67DF2F;
}
</style>