Html Css Color HEX #6DC350 Apple

📋 copy color: '#6DC350'

red 109 ◦ green 195 ◦ blue 80

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

Shades of Apple #6DC350

Tints of Apple #6DC350

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.78%

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

R = 28.39%
G = 50.78%
B = 20.83%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#6DC350 (or 0x6DC350) is known color: Apple. HEX triplet: 6D, C3 and 50. RGB value is (109,195,80). Sum of RGB (Red+Green+Blue) = 109+195+80=384 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.39% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #6DC350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC350 is #923CAF. Grayscale: #9C9C9C. Windows color (decimal): -9583792 or 5292909. OLE color: 5292909.

HSL color Cylindrical-coordinate representation of color #6DC350: hue angle of 104.87º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6DC350 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 109 195 80 -
CMYK 0.44 0 0.59 0.24
HSL 104.87º 0.49% 0.54% -
HSV(B) 104.87º 0.59% 0.76% -
XYZ 27.27 42.86 14.43 -
YUV 156.18 85.01 94.35 -
System Red Green Blue C M Y K H S L
Decimal 109 195 80 0.44 0 0.59 0.24 104.87 0.49 0.54
Hex 6D C3 50 2C 0 3B 18 69 31 36
Octal 155 303 120 54 0 73 30 151 61 66
Binary 1101101 11000011 1010000 101100 0 111011 11000 1101001 110001 110110

Color Harmonies of #6DC350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC350

Black with #6DC350

Text Example


Text Example

White with #6DC350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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