#68D441

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

Shades of Apple #68D441

Tints of Apple #68D441

Color information

#68D441 (or 0x68D441) is unknown color: approx Apple. HEX triplet: 68, D4 and 41. RGB value is (104,212,65). Sum of RGB (Red+Green+Blue) = 104+212+65=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 212 (83.20% from 255 or 55.64% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 212 - color contains mainly: green. Hex color #68D441 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D441 is #972BBE. Grayscale: #A3A3A3. Windows color (decimal): -9907135 or 4314216. OLE color: 4314216.

HSL color Cylindrical-coordinate representation of color #68D441: hue angle of 104.08º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68D441 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB10421265-
CMYK0.5100.690.17
HSL104.08º63.09%54.31%-
HSV(B)104.08º69.34%83.14%-
XYZ30.2150.4113.14-
YUV162.9572.7285.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.30%
GREEN value IS 212 (83.20% from 255) = 55.64%
BLUE value IS 65 (25.78% from 255) = 17.06%
R=27.30%
G=55.64%
B=17.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal104212650.5100.690.17104.0863.0954.31
Hex68D4413304511683f36
Octal150324101630105211507766
Binary110100011010100100000111001101000101100011101000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,212,65); }

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

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

 a { background-color: rgb(104,212,65); }

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

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

 span { border-color: rgb(104,212,65); }

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