#68D534

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

Shades of Apple #68D534

Tints of Apple #68D534

Color information

#68D534 (or 0x68D534) is unknown color: approx Apple. HEX triplet: 68, D5 and 34. RGB value is (104,213,52). Sum of RGB (Red+Green+Blue) = 104+213+52=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 213 (83.59% from 255 or 57.72% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 213 - color contains mainly: green. Hex color #68D534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D534 is #972ACB. Grayscale: #A2A2A2. Windows color (decimal): -9906892 or 3462504. OLE color: 3462504.

HSL color Cylindrical-coordinate representation of color #68D534: hue angle of 100.62º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68D534 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB10421352-
CMYK0.5100.760.16
HSL100.62º65.71%51.96%-
HSV(B)100.62º75.59%83.53%-
XYZ30.1250.7811.46-
YUV162.0565.8986.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.18%
GREEN value IS 213 (83.59% from 255) = 57.72%
BLUE value IS 52 (20.70% from 255) = 14.09%
R=28.18%
G=57.72%
B=14.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal104213520.5100.760.16100.6265.7151.96
Hex68D5343304C10654234
Octal150325646301142014510264
Binary110100011010101110100110011010011001000011001011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,213,52); }

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

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

 a { background-color: rgb(104,213,52); }

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

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

 span { border-color: rgb(104,213,52); }

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