#6ADF42

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

Shades of Apple #6ADF42

Tints of Apple #6ADF42

Color information

#6ADF42 (or 0x6ADF42) is unknown color: approx Apple. HEX triplet: 6A, DF and 42. RGB value is (106,223,66). Sum of RGB (Red+Green+Blue) = 106+223+66=395 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.84% from 395); Green value is 223 (87.5% from 255 or 56.46% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADF42 is #9520BD. Grayscale: #AAAAAA. Windows color (decimal): -9773246 or 4382570. OLE color: 4382570.

HSL color Cylindrical-coordinate representation of color #6ADF42: hue angle of 104.71º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6ADF42 is Cyan = 0.52, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB10622366-
CMYK0.5200.700.13
HSL104.71º71.04%56.67%-
HSV(B)104.71º70.4%87.45%-
XYZ33.3156.2314.25-
YUV170.1269.2482.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.84%
GREEN value IS 223 (87.5% from 255) = 56.46%
BLUE value IS 66 (26.17% from 255) = 16.71%
R=26.84%
G=56.46%
B=16.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal106223660.5200.700.13104.7171.0456.67
Hex6ADF4234046D694739
Octal1523371026401061515110771
Binary110101011011111100001011010001000110110111010011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ADF42; }

 p { color: rgb(106,223,66); }

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

<style>
 a { background-color: #6ADF42; }

 a { background-color: rgb(106,223,66); }

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

<style>
 span { border-color: #6ADF42; }

 span { border-color: rgb(106,223,66); }

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