Html Css Color HEX #6ADB40 Apple

📋 copy color: '#6ADB40'

red 106 ◦ green 219 ◦ blue 64

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

Shades of Apple #6ADB40

Tints of Apple #6ADB40

RGB

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

 GREEN value IS 219 (85.94% from 255) = 56.3%

 BLUE value IS 64 (25.39% from 255) = 16.45%

R = 27.25%
G = 56.3%
B = 16.45%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#6ADB40 (or 0x6ADB40) is known color: Apple. HEX triplet: 6A, DB and 40. RGB value is (106,219,64). Sum of RGB (Red+Green+Blue) = 106+219+64=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 219 (85.94% from 255 or 56.30% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ADB40 is #9524BF. Grayscale: #A8A8A8. Windows color (decimal): -9774272 or 4250474. OLE color: 4250474.

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

Color convert

RGB 106 219 64 -
CMYK 0.52 0 0.71 0.14
HSL 103.74º 0.68% 0.55% -
HSV(B) 103.74º 0.71% 0.86% -
XYZ 32.2 54.1 13.6 -
YUV 167.54 69.56 84.1 -
System Red Green Blue C M Y K H S L
Decimal 106 219 64 0.52 0 0.71 0.14 103.74 0.68 0.55
Hex 6A DB 40 34 0 47 E 68 44 37
Octal 152 333 100 64 0 107 16 150 104 67
Binary 1101010 11011011 1000000 110100 0 1000111 1110 1101000 1000100 110111

Color Harmonies of #6ADB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADB40

Black with #6ADB40

Text Example


Text Example

White with #6ADB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,219,64); }

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

background-color css

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

 a { background-color: rgb(106,219,64); }

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

border-color css

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

 span { border-color: rgb(106,219,64); }

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