Html Css Color HEX #6DC14F Apple

📋 copy color: '#6DC14F'

red 109 ◦ green 193 ◦ blue 79

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

Shades of Apple #6DC14F

Tints of Apple #6DC14F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.66%

 BLUE value IS 79 (31.25% from 255) = 20.73%

R = 28.61%
G = 50.66%
B = 20.73%

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

#6DC14F (or 0x6DC14F) is known color: Apple. HEX triplet: 6D, C1 and 4F. RGB value is (109,193,79). Sum of RGB (Red+Green+Blue) = 109+193+79=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 193 (75.78% from 255 or 50.66% from 381); Blue value is 79 (31.25% from 255 or 20.73% from 381); Max value from RGB is 193 - color contains mainly: green. Hex color #6DC14F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC14F is #923EB0. Grayscale: #9B9B9B. Windows color (decimal): -9584305 or 5226861. OLE color: 5226861.

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

Color convert

RGB 109 193 79 -
CMYK 0.44 0 0.59 0.24
HSL 104.21º 0.48% 0.53% -
HSV(B) 104.21º 0.59% 0.76% -
XYZ 26.79 41.96 14.08 -
YUV 154.89 85.17 95.27 -
System Red Green Blue C M Y K H S L
Decimal 109 193 79 0.44 0 0.59 0.24 104.21 0.48 0.53
Hex 6D C1 4F 2C 0 3B 18 68 30 35
Octal 155 301 117 54 0 73 30 150 60 65
Binary 1101101 11000001 1001111 101100 0 111011 11000 1101000 110000 110101

Color Harmonies of #6DC14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC14F

Black with #6DC14F

Text Example


Text Example

White with #6DC14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,193,79); }

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

background-color css

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

 a { background-color: rgb(109,193,79); }

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

border-color css

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

 span { border-color: rgb(109,193,79); }

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