Shades of Apple #68CF41
Tints of Apple #68CF41
RGB
CMYK
RGB Variations
Color information
#68CF41 (or 0x68CF41) is known color: Apple. HEX triplet: 68, CF and 41. RGB value is (104,207,65). Sum of RGB (Red+Green+Blue) = 104+207+65=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 207 (81.25% from 255 or 55.05% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 207 - color contains mainly: green. Hex color #68CF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CF41 is #9730BE. Grayscale: #A0A0A0. Windows color (decimal): -9908415 or 4312936. OLE color: 4312936.
HSL color Cylindrical-coordinate representation of color #68CF41: hue angle of 103.52º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68CF41 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 207 | 65 | - |
| CMYK | 0.50 | 0 | 0.69 | 0.19 |
| HSL | 103.52º | 0.6% | 0.53% | - |
| HSV(B) | 103.52º | 0.69% | 0.81% | - |
| XYZ | 28.98 | 47.95 | 12.73 | - |
| YUV | 160.02 | 74.38 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 65 | 0.50 | 0 | 0.69 | 0.19 | 103.52 | 0.6 | 0.53 |
| Hex | 68 | CF | 41 | 32 | 0 | 45 | 13 | 68 | 3C | 35 |
| Octal | 150 | 317 | 101 | 62 | 0 | 105 | 23 | 150 | 74 | 65 |
| Binary | 1101000 | 11001111 | 1000001 | 110010 | 0 | 1000101 | 10011 | 1101000 | 111100 | 110101 |
Color Harmonies of #68CF41
Complementary color
Monochromatic Colors of #68CF41
Black with #68CF41
Text Example
Text Example
White with #68CF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CF41; }
p { color: rgb(104,207,65); }
H1.HeaderClassName
{
color: #68CF41;
}
.AnyTagClassName
{
color: #68CF41;
}
</style>
background-color css
<style>
a { background-color: #68CF41; }
a { background-color: rgb(104,207,65); }
div.DivClassName
{
background-color: #68CF41;
}
.BgClassName
{
background-color: #68CF41;
}
</style>
border-color css
<style>
span { border-color: #68CF41; }
span { border-color: rgb(104,207,65); }
td.TdClassName
{
border-color: #68CF41;
}
.TagClassName
{
border-color: #68CF41;
}
</style>