Shades of Apple #68D530
Tints of Apple #68D530
RGB
CMYK
RGB Variations
Color information
#68D530 (or 0x68D530) is known color: Apple. HEX triplet: 68, D5 and 30. RGB value is (104,213,48). Sum of RGB (Red+Green+Blue) = 104+213+48=365 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.49% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #68D530 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D530 is #972ACF. Grayscale: #A2A2A2. Windows color (decimal): -9906896 or 3200360. OLE color: 3200360.
HSL color Cylindrical-coordinate representation of color #68D530: hue angle of 99.64º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68D530 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 213 | 48 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.16 |
| HSL | 99.64º | 0.66% | 0.51% | - |
| HSV(B) | 99.64º | 0.77% | 0.84% | - |
| XYZ | 30.04 | 50.74 | 11.01 | - |
| YUV | 161.6 | 63.89 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 48 | 0.51 | 0 | 0.77 | 0.16 | 99.64 | 0.66 | 0.51 |
| Hex | 68 | D5 | 30 | 33 | 0 | 4D | 10 | 64 | 42 | 33 |
| Octal | 150 | 325 | 60 | 63 | 0 | 115 | 20 | 144 | 102 | 63 |
| Binary | 1101000 | 11010101 | 110000 | 110011 | 0 | 1001101 | 10000 | 1100100 | 1000010 | 110011 |
Color Harmonies of #68D530
Complementary color
Monochromatic Colors of #68D530
Black with #68D530
Text Example
Text Example
White with #68D530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D530; }
p { color: rgb(104,213,48); }
H1.HeaderClassName
{
color: #68D530;
}
.AnyTagClassName
{
color: #68D530;
}
</style>
background-color css
<style>
a { background-color: #68D530; }
a { background-color: rgb(104,213,48); }
div.DivClassName
{
background-color: #68D530;
}
.BgClassName
{
background-color: #68D530;
}
</style>
border-color css
<style>
span { border-color: #68D530; }
span { border-color: rgb(104,213,48); }
td.TdClassName
{
border-color: #68D530;
}
.TagClassName
{
border-color: #68D530;
}
</style>