#68D545

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

Shades of Apple #68D545

Tints of Apple #68D545

Color information

#68D545 (or 0x68D545) is unknown color: approx Apple. HEX triplet: 68, D5 and 45. RGB value is (104,213,69). Sum of RGB (Red+Green+Blue) = 104+213+69=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 213 (83.59% from 255 or 55.18% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 213 - color contains mainly: green. Hex color #68D545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D545 is #972ABA. Grayscale: #A4A4A4. Windows color (decimal): -9906875 or 4576616. OLE color: 4576616.

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

Color convert

RGB10421369-
CMYK0.5100.680.16
HSL105.42º63.16%55.29%-
HSV(B)105.42º67.61%83.53%-
XYZ30.5850.9613.86-
YUV163.9974.3985.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.94%
GREEN value IS 213 (83.59% from 255) = 55.18%
BLUE value IS 69 (27.34% from 255) = 17.88%
R=26.94%
G=55.18%
B=17.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal104213690.5100.680.16105.4263.1655.29
Hex68D5453304410693f37
Octal150325105630104201517767
Binary110100011010101100010111001101000100100001101001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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