Html Css Color HEX #6ADC32 Apple

📋 copy color: '#6ADC32'

red 106 ◦ green 220 ◦ blue 50

#6ADC32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #6ADC32

Tints of Apple #6ADC32

RGB

 RED value IS 106 (41.8% from 255) = 28.19%

 GREEN value IS 220 (86.33% from 255) = 58.51%

 BLUE value IS 50 (19.92% from 255) = 13.3%

R = 28.19%
G = 58.51%
B = 13.3%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#6ADC32 (or 0x6ADC32) is known color: Apple. HEX triplet: 6A, DC and 32. RGB value is (106,220,50). Sum of RGB (Red+Green+Blue) = 106+220+50=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 220 (86.33% from 255 or 58.51% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADC32 is #9523CD. Grayscale: #A7A7A7. Windows color (decimal): -9774030 or 3333226. OLE color: 3333226.

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

Color convert

RGB 106 220 50 -
CMYK 0.52 0 0.77 0.14
HSL 100.24º 0.71% 0.53% -
HSV(B) 100.24º 0.77% 0.86% -
XYZ 32.11 54.48 11.84 -
YUV 166.53 62.23 84.82 -
System Red Green Blue C M Y K H S L
Decimal 106 220 50 0.52 0 0.77 0.14 100.24 0.71 0.53
Hex 6A DC 32 34 0 4D E 64 47 35
Octal 152 334 62 64 0 115 16 144 107 65
Binary 1101010 11011100 110010 110100 0 1001101 1110 1100100 1000111 110101

Color Harmonies of #6ADC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADC32

Black with #6ADC32

Text Example


Text Example

White with #6ADC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,220,50); }

 H1.HeaderClassName
 {
   color: #6ADC32;
 }
 .AnyTagClassName
 {
   color: #6ADC32;
 }
</style>

background-color css

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

 a { background-color: rgb(106,220,50); }

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

border-color css

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

 span { border-color: rgb(106,220,50); }

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