Shades of Apple #68CD2F
Tints of Apple #68CD2F
RGB
CMYK
RGB Variations
Color information
#68CD2F (or 0x68CD2F) is known color: Apple. HEX triplet: 68, CD and 2F. RGB value is (104,205,47). Sum of RGB (Red+Green+Blue) = 104+205+47=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 205 (80.47% from 255 or 57.58% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CD2F is #9732D0. Grayscale: #9D9D9D. Windows color (decimal): -9908945 or 3132776. OLE color: 3132776.
HSL color Cylindrical-coordinate representation of color #68CD2F: hue angle of 98.35º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68CD2F is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 205 | 47 | - |
| CMYK | 0.49 | 0 | 0.77 | 0.20 |
| HSL | 98.35º | 0.63% | 0.49% | - |
| HSV(B) | 98.35º | 0.77% | 0.8% | - |
| XYZ | 28.05 | 46.81 | 10.25 | - |
| YUV | 156.79 | 66.04 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 47 | 0.49 | 0 | 0.77 | 0.20 | 98.35 | 0.63 | 0.49 |
| Hex | 68 | CD | 2F | 31 | 0 | 4D | 14 | 62 | 3F | 31 |
| Octal | 150 | 315 | 57 | 61 | 0 | 115 | 24 | 142 | 77 | 61 |
| Binary | 1101000 | 11001101 | 101111 | 110001 | 0 | 1001101 | 10100 | 1100010 | 111111 | 110001 |
Color Harmonies of #68CD2F
Complementary color
Monochromatic Colors of #68CD2F
Black with #68CD2F
Text Example
Text Example
White with #68CD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CD2F; }
p { color: rgb(104,205,47); }
H1.HeaderClassName
{
color: #68CD2F;
}
.AnyTagClassName
{
color: #68CD2F;
}
</style>
background-color css
<style>
a { background-color: #68CD2F; }
a { background-color: rgb(104,205,47); }
div.DivClassName
{
background-color: #68CD2F;
}
.BgClassName
{
background-color: #68CD2F;
}
</style>
border-color css
<style>
span { border-color: #68CD2F; }
span { border-color: rgb(104,205,47); }
td.TdClassName
{
border-color: #68CD2F;
}
.TagClassName
{
border-color: #68CD2F;
}
</style>