Shades of Apple #68CF53
Tints of Apple #68CF53
RGB
CMYK
RGB Variations
Color information
#68CF53 (or 0x68CF53) is known color: Apple. HEX triplet: 68, CF and 53. RGB value is (104,207,83). Sum of RGB (Red+Green+Blue) = 104+207+83=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 207 (81.25% from 255 or 52.54% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 207 - color contains mainly: green. Hex color #68CF53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CF53 is #9730AC. Grayscale: #A2A2A2. Windows color (decimal): -9908397 or 5492584. OLE color: 5492584.
HSL color Cylindrical-coordinate representation of color #68CF53: hue angle of 109.84º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68CF53 is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 207 | 83 | - |
| CMYK | 0.50 | 0 | 0.60 | 0.19 |
| HSL | 109.84º | 0.56% | 0.57% | - |
| HSV(B) | 109.84º | 0.6% | 0.81% | - |
| XYZ | 29.58 | 48.19 | 15.93 | - |
| YUV | 162.07 | 83.38 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 83 | 0.50 | 0 | 0.60 | 0.19 | 109.84 | 0.56 | 0.57 |
| Hex | 68 | CF | 53 | 32 | 0 | 3C | 13 | 6E | 38 | 39 |
| Octal | 150 | 317 | 123 | 62 | 0 | 74 | 23 | 156 | 70 | 71 |
| Binary | 1101000 | 11001111 | 1010011 | 110010 | 0 | 111100 | 10011 | 1101110 | 111000 | 111001 |
Color Harmonies of #68CF53
Complementary color
Monochromatic Colors of #68CF53
Black with #68CF53
Text Example
Text Example
White with #68CF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CF53; }
p { color: rgb(104,207,83); }
H1.HeaderClassName
{
color: #68CF53;
}
.AnyTagClassName
{
color: #68CF53;
}
</style>
background-color css
<style>
a { background-color: #68CF53; }
a { background-color: rgb(104,207,83); }
div.DivClassName
{
background-color: #68CF53;
}
.BgClassName
{
background-color: #68CF53;
}
</style>
border-color css
<style>
span { border-color: #68CF53; }
span { border-color: rgb(104,207,83); }
td.TdClassName
{
border-color: #68CF53;
}
.TagClassName
{
border-color: #68CF53;
}
</style>