#6ADA33

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

Shades of Apple #6ADA33

Tints of Apple #6ADA33

Color information

#6ADA33 (or 0x6ADA33) is unknown color: approx Apple. HEX triplet: 6A, DA and 33. RGB value is (106,218,51). Sum of RGB (Red+Green+Blue) = 106+218+51=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 218 (85.55% from 255 or 58.13% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADA33 is #9525CC. Grayscale: #A6A6A6. Windows color (decimal): -9774541 or 3398250. OLE color: 3398250.

HSL color Cylindrical-coordinate representation of color #6ADA33: hue angle of 100.24º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6ADA33 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB10621851-
CMYK0.5100.770.15
HSL100.24º69.29%52.75%-
HSV(B)100.24º76.61%85.49%-
XYZ31.6153.4511.78-
YUV165.4763.3985.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.27%
GREEN value IS 218 (85.55% from 255) = 58.13%
BLUE value IS 51 (20.31% from 255) = 13.6%
R=28.27%
G=58.13%
B=13.6%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal106218510.5100.770.15100.2469.2952.75
Hex6ADA333304DF644535
Octal152332636301151714410565
Binary11010101101101011001111001101001101111111001001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,218,51); }

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

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

 a { background-color: rgb(106,218,51); }

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

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

 span { border-color: rgb(106,218,51); }

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