Shades of Apple #67E130
Tints of Apple #67E130
RGB
CMYK
RGB Variations
Color information
#67E130 (or 0x67E130) is known color: Apple. HEX triplet: 67, E1 and 30. RGB value is (103,225,48). Sum of RGB (Red+Green+Blue) = 103+225+48=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 225 (88.28% from 255 or 59.84% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 225 - color contains mainly: green. Hex color #67E130 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67E130 is #981ECF. Grayscale: #A8A8A8. Windows color (decimal): -9969360 or 3203431. OLE color: 3203431.
HSL color Cylindrical-coordinate representation of color #67E130: hue angle of 101.36º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #67E130 is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 103 | 225 | 48 | - |
| CMYK | 0.54 | 0 | 0.79 | 0.12 |
| HSL | 101.36º | 0.75% | 0.54% | - |
| HSV(B) | 101.36º | 0.79% | 0.88% | - |
| XYZ | 33.05 | 56.95 | 12.05 | - |
| YUV | 168.34 | 60.08 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 225 | 48 | 0.54 | 0 | 0.79 | 0.12 | 101.36 | 0.75 | 0.54 |
| Hex | 67 | E1 | 30 | 36 | 0 | 4F | C | 65 | 4B | 36 |
| Octal | 147 | 341 | 60 | 66 | 0 | 117 | 14 | 145 | 113 | 66 |
| Binary | 1100111 | 11100001 | 110000 | 110110 | 0 | 1001111 | 1100 | 1100101 | 1001011 | 110110 |
Color Harmonies of #67E130
Complementary color
Monochromatic Colors of #67E130
Black with #67E130
Text Example
Text Example
White with #67E130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67E130; }
p { color: rgb(103,225,48); }
H1.HeaderClassName
{
color: #67E130;
}
.AnyTagClassName
{
color: #67E130;
}
</style>
background-color css
<style>
a { background-color: #67E130; }
a { background-color: rgb(103,225,48); }
div.DivClassName
{
background-color: #67E130;
}
.BgClassName
{
background-color: #67E130;
}
</style>
border-color css
<style>
span { border-color: #67E130; }
span { border-color: rgb(103,225,48); }
td.TdClassName
{
border-color: #67E130;
}
.TagClassName
{
border-color: #67E130;
}
</style>