Html Css Color HEX #6DB950 Apple

📋 copy color: '#6DB950'

red 109 ◦ green 185 ◦ blue 80

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

Shades of Apple #6DB950

Tints of Apple #6DB950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 49.47%

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

R = 29.14%
G = 49.47%
B = 21.39%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#6DB950 (or 0x6DB950) is known color: Apple. HEX triplet: 6D, B9 and 50. RGB value is (109,185,80). Sum of RGB (Red+Green+Blue) = 109+185+80=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #6DB950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DB950 is #9246AF. Grayscale: #969696. Windows color (decimal): -9586352 or 5290349. OLE color: 5290349.

HSL color Cylindrical-coordinate representation of color #6DB950: hue angle of 103.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DB950 is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 185 80 -
CMYK 0.41 0 0.57 0.27
HSL 103.43º 0.43% 0.52% -
HSV(B) 103.43º 0.57% 0.73% -
XYZ 25.1 38.53 13.7 -
YUV 150.31 88.32 98.54 -
System Red Green Blue C M Y K H S L
Decimal 109 185 80 0.41 0 0.57 0.27 103.43 0.43 0.52
Hex 6D B9 50 29 0 39 1B 67 2B 34
Octal 155 271 120 51 0 71 33 147 53 64
Binary 1101101 10111001 1010000 101001 0 111001 11011 1100111 101011 110100

Color Harmonies of #6DB950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB950

Black with #6DB950

Text Example


Text Example

White with #6DB950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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