Html Css Color HEX #6DAB50 Apple

📋 copy color: '#6DAB50'

red 109 ◦ green 171 ◦ blue 80

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

Shades of Apple #6DAB50

Tints of Apple #6DAB50

RGB

 RED value IS 109 (42.97% from 255) = 30.28%

 GREEN value IS 171 (67.19% from 255) = 47.5%

 BLUE value IS 80 (31.64% from 255) = 22.22%

R = 30.28%
G = 47.5%
B = 22.22%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#6DAB50 (or 0x6DAB50) is known color: Apple. HEX triplet: 6D, AB and 50. RGB value is (109,171,80). Sum of RGB (Red+Green+Blue) = 109+171+80=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #6DAB50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAB50 is #9254AF. Grayscale: #8E8E8E. Windows color (decimal): -9589936 or 5286765. OLE color: 5286765.

HSL color Cylindrical-coordinate representation of color #6DAB50: hue angle of 100.88º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DAB50 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 171 80 -
CMYK 0.36 0 0.53 0.33
HSL 100.88º 0.36% 0.49% -
HSV(B) 100.88º 0.53% 0.67% -
XYZ 22.32 32.96 12.77 -
YUV 142.09 92.96 104.4 -
System Red Green Blue C M Y K H S L
Decimal 109 171 80 0.36 0 0.53 0.33 100.88 0.36 0.49
Hex 6D AB 50 24 0 35 21 65 24 31
Octal 155 253 120 44 0 65 41 145 44 61
Binary 1101101 10101011 1010000 100100 0 110101 100001 1100101 100100 110001

Color Harmonies of #6DAB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAB50

Black with #6DAB50

Text Example


Text Example

White with #6DAB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,171,80); }

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

background-color css

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

 a { background-color: rgb(109,171,80); }

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

border-color css

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

 span { border-color: rgb(109,171,80); }

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