Shades of Apple #67DD31
Tints of Apple #67DD31
RGB
CMYK
RGB Variations
Color information
#67DD31 (or 0x67DD31) is known color: Apple. HEX triplet: 67, DD and 31. RGB value is (103,221,49). Sum of RGB (Red+Green+Blue) = 103+221+49=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 221 (86.72% from 255 or 59.25% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 221 - color contains mainly: green. Hex color #67DD31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67DD31 is #9822CE. Grayscale: #A6A6A6. Windows color (decimal): -9970383 or 3267943. OLE color: 3267943.
HSL color Cylindrical-coordinate representation of color #67DD31: hue angle of 101.16º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #67DD31 is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 221 | 49 | - |
| CMYK | 0.53 | 0 | 0.78 | 0.13 |
| HSL | 101.16º | 0.72% | 0.53% | - |
| HSV(B) | 101.16º | 0.78% | 0.87% | - |
| XYZ | 32 | 54.82 | 11.8 | - |
| YUV | 166.11 | 61.91 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 221 | 49 | 0.53 | 0 | 0.78 | 0.13 | 101.16 | 0.72 | 0.53 |
| Hex | 67 | DD | 31 | 35 | 0 | 4E | D | 65 | 48 | 35 |
| Octal | 147 | 335 | 61 | 65 | 0 | 116 | 15 | 145 | 110 | 65 |
| Binary | 1100111 | 11011101 | 110001 | 110101 | 0 | 1001110 | 1101 | 1100101 | 1001000 | 110101 |
Color Harmonies of #67DD31
Complementary color
Monochromatic Colors of #67DD31
Black with #67DD31
Text Example
Text Example
White with #67DD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DD31; }
p { color: rgb(103,221,49); }
H1.HeaderClassName
{
color: #67DD31;
}
.AnyTagClassName
{
color: #67DD31;
}
</style>
background-color css
<style>
a { background-color: #67DD31; }
a { background-color: rgb(103,221,49); }
div.DivClassName
{
background-color: #67DD31;
}
.BgClassName
{
background-color: #67DD31;
}
</style>
border-color css
<style>
span { border-color: #67DD31; }
span { border-color: rgb(103,221,49); }
td.TdClassName
{
border-color: #67DD31;
}
.TagClassName
{
border-color: #67DD31;
}
</style>