Shades of Apple #68D93B
Tints of Apple #68D93B
RGB
CMYK
RGB Variations
Color information
#68D93B (or 0x68D93B) is known color: Apple. HEX triplet: 68, D9 and 3B. RGB value is (104,217,59). Sum of RGB (Red+Green+Blue) = 104+217+59=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 217 (85.16% from 255 or 57.11% from 380); Blue value is 59 (23.44% from 255 or 15.53% from 380); Max value from RGB is 217 - color contains mainly: green. Hex color #68D93B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D93B is #9726C4. Grayscale: #A5A5A5. Windows color (decimal): -9905861 or 3922280. OLE color: 3922280.
HSL color Cylindrical-coordinate representation of color #68D93B: hue angle of 102.91º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68D93B is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 59 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.15 |
| HSL | 102.91º | 0.68% | 0.54% | - |
| HSV(B) | 102.91º | 0.73% | 0.85% | - |
| XYZ | 31.31 | 52.88 | 12.7 | - |
| YUV | 165.2 | 68.06 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 59 | 0.52 | 0 | 0.73 | 0.15 | 102.91 | 0.68 | 0.54 |
| Hex | 68 | D9 | 3B | 34 | 0 | 49 | F | 67 | 44 | 36 |
| Octal | 150 | 331 | 73 | 64 | 0 | 111 | 17 | 147 | 104 | 66 |
| Binary | 1101000 | 11011001 | 111011 | 110100 | 0 | 1001001 | 1111 | 1100111 | 1000100 | 110110 |
Color Harmonies of #68D93B
Complementary color
Monochromatic Colors of #68D93B
Black with #68D93B
Text Example
Text Example
White with #68D93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D93B; }
p { color: rgb(104,217,59); }
H1.HeaderClassName
{
color: #68D93B;
}
.AnyTagClassName
{
color: #68D93B;
}
</style>
background-color css
<style>
a { background-color: #68D93B; }
a { background-color: rgb(104,217,59); }
div.DivClassName
{
background-color: #68D93B;
}
.BgClassName
{
background-color: #68D93B;
}
</style>
border-color css
<style>
span { border-color: #68D93B; }
span { border-color: rgb(104,217,59); }
td.TdClassName
{
border-color: #68D93B;
}
.TagClassName
{
border-color: #68D93B;
}
</style>