#68DA31

Color #68DA31 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #68DA31

Tints of Apple #68DA31

Color information

#68DA31 (or 0x68DA31) is unknown color: approx Apple. HEX triplet: 68, DA and 31. RGB value is (104,218,49). Sum of RGB (Red+Green+Blue) = 104+218+49=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 218 (85.55% from 255 or 58.76% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DA31 is #9725CE. Grayscale: #A5A5A5. Windows color (decimal): -9905615 or 3267176. OLE color: 3267176.

HSL color Cylindrical-coordinate representation of color #68DA31: hue angle of 100.47º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68DA31 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB10421849-
CMYK0.5200.780.15
HSL100.47º69.55%52.35%-
HSV(B)100.47º77.52%85.49%-
XYZ31.3353.3111.54-
YUV164.6562.7384.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 28.03%
GREEN value IS 218 (85.55% from 255) = 58.76%
BLUE value IS 49 (19.53% from 255) = 13.21%
R=28.03%
G=58.76%
B=13.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal104218490.5200.780.15100.4769.5552.35
Hex68DA313404EF644634
Octal150332616401161714410664
Binary11010001101101011000111010001001110111111001001000110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68DA31; }

 p { color: rgb(104,218,49); }

 H1.HeaderClassName
 {
   color: #68DA31;
 }
 .AnyTagClassName
 {
   color: #68DA31;
 }
</style>
background-color css

<style>
 a { background-color: #68DA31; }

 a { background-color: rgb(104,218,49); }

 div.DivClassName
 {
   background-color: #68DA31;
 }
 .BgClassName
 {
   background-color: #68DA31;
 }
</style>
border-color css

<style>
 span { border-color: #68DA31; }

 span { border-color: rgb(104,218,49); }

 td.TdClassName
 {
   border-color: #68DA31;
 }
 .TagClassName
 {
   border-color: #68DA31;
 }
</style>