#6ADD34

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

Shades of Apple #6ADD34

Tints of Apple #6ADD34

Color information

#6ADD34 (or 0x6ADD34) is unknown color: approx Apple. HEX triplet: 6A, DD and 34. RGB value is (106,221,52). Sum of RGB (Red+Green+Blue) = 106+221+52=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 221 (86.72% from 255 or 58.31% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 221 - color contains mainly: green. Hex color #6ADD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADD34 is #9522CB. Grayscale: #A7A7A7. Windows color (decimal): -9773772 or 3464554. OLE color: 3464554.

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

Color convert

RGB10622152-
CMYK0.5200.760.13
HSL100.83º71.31%53.53%-
HSV(B)100.83º76.47%86.67%-
XYZ32.4255.0312.16-
YUV167.3562.984.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.97%
GREEN value IS 221 (86.72% from 255) = 58.31%
BLUE value IS 52 (20.70% from 255) = 13.72%
R=27.97%
G=58.31%
B=13.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal106221520.5200.760.13100.8371.3153.53
Hex6ADD343404CD654736
Octal152335646401141514510766
Binary11010101101110111010011010001001100110111001011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ADD34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,221,52); }

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

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

 a { background-color: rgb(106,221,52); }

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

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

 span { border-color: rgb(106,221,52); }

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