Shades of Apple #68C83F
Tints of Apple #68C83F
RGB
CMYK
RGB Variations
Color information
#68C83F (or 0x68C83F) is known color: Apple. HEX triplet: 68, C8 and 3F. RGB value is (104,200,63). Sum of RGB (Red+Green+Blue) = 104+200+63=367 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.34% from 367); Green value is 200 (78.52% from 255 or 54.50% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 200 - color contains mainly: green. Hex color #68C83F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C83F is #9737C0. Grayscale: #9C9C9C. Windows color (decimal): -9910209 or 4180072. OLE color: 4180072.
HSL color Cylindrical-coordinate representation of color #68C83F: hue angle of 102.04º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68C83F is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 200 | 63 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.22 |
| HSL | 102.04º | 0.55% | 0.52% | - |
| HSV(B) | 102.04º | 0.69% | 0.78% | - |
| XYZ | 27.26 | 44.61 | 11.88 | - |
| YUV | 155.68 | 75.7 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 200 | 63 | 0.48 | 0 | 0.68 | 0.22 | 102.04 | 0.55 | 0.52 |
| Hex | 68 | C8 | 3F | 30 | 0 | 44 | 16 | 66 | 37 | 34 |
| Octal | 150 | 310 | 77 | 60 | 0 | 104 | 26 | 146 | 67 | 64 |
| Binary | 1101000 | 11001000 | 111111 | 110000 | 0 | 1000100 | 10110 | 1100110 | 110111 | 110100 |
Color Harmonies of #68C83F
Complementary color
Monochromatic Colors of #68C83F
Black with #68C83F
Text Example
Text Example
White with #68C83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C83F; }
p { color: rgb(104,200,63); }
H1.HeaderClassName
{
color: #68C83F;
}
.AnyTagClassName
{
color: #68C83F;
}
</style>
background-color css
<style>
a { background-color: #68C83F; }
a { background-color: rgb(104,200,63); }
div.DivClassName
{
background-color: #68C83F;
}
.BgClassName
{
background-color: #68C83F;
}
</style>
border-color css
<style>
span { border-color: #68C83F; }
span { border-color: rgb(104,200,63); }
td.TdClassName
{
border-color: #68C83F;
}
.TagClassName
{
border-color: #68C83F;
}
</style>