Html Css Color HEX #6DC14C Apple

📋 copy color: '#6DC14C'

red 109 ◦ green 193 ◦ blue 76

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

Shades of Apple #6DC14C

Tints of Apple #6DC14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.11%

R = 28.84%
G = 51.06%
B = 20.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#6DC14C (or 0x6DC14C) is known color: Apple. HEX triplet: 6D, C1 and 4C. RGB value is (109,193,76). Sum of RGB (Red+Green+Blue) = 109+193+76=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #6DC14C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DC14C is #923EB3. Grayscale: #9A9A9A. Windows color (decimal): -9584308 or 5030253. OLE color: 5030253.

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

Color convert

RGB 109 193 76 -
CMYK 0.44 0 0.61 0.24
HSL 103.08º 0.49% 0.53% -
HSV(B) 103.08º 0.61% 0.76% -
XYZ 26.68 41.91 13.52 -
YUV 154.55 83.67 95.51 -
System Red Green Blue C M Y K H S L
Decimal 109 193 76 0.44 0 0.61 0.24 103.08 0.49 0.53
Hex 6D C1 4C 2C 0 3D 18 67 31 35
Octal 155 301 114 54 0 75 30 147 61 65
Binary 1101101 11000001 1001100 101100 0 111101 11000 1100111 110001 110101

Color Harmonies of #6DC14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC14C

Black with #6DC14C

Text Example


Text Example

White with #6DC14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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