Html Css Color HEX #6ADC35 Apple

📋 copy color: '#6ADC35'

red 106 ◦ green 220 ◦ blue 53

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

Shades of Apple #6ADC35

Tints of Apple #6ADC35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.98%

R = 27.97%
G = 58.05%
B = 13.98%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#6ADC35 (or 0x6ADC35) is known color: Apple. HEX triplet: 6A, DC and 35. RGB value is (106,220,53). Sum of RGB (Red+Green+Blue) = 106+220+53=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADC35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADC35 is #9523CA. Grayscale: #A7A7A7. Windows color (decimal): -9774027 or 3529834. OLE color: 3529834.

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

Color convert

RGB 106 220 53 -
CMYK 0.52 0 0.76 0.14
HSL 100.96º 0.7% 0.54% -
HSV(B) 100.96º 0.76% 0.86% -
XYZ 32.18 54.51 12.19 -
YUV 166.88 63.73 84.58 -
System Red Green Blue C M Y K H S L
Decimal 106 220 53 0.52 0 0.76 0.14 100.96 0.7 0.54
Hex 6A DC 35 34 0 4C E 65 46 36
Octal 152 334 65 64 0 114 16 145 106 66
Binary 1101010 11011100 110101 110100 0 1001100 1110 1100101 1000110 110110

Color Harmonies of #6ADC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADC35

Black with #6ADC35

Text Example


Text Example

White with #6ADC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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