Html Css Color HEX #6FC14A Apple

📋 copy color: '#6FC14A'

red 111 ◦ green 193 ◦ blue 74

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

Shades of Apple #6FC14A

Tints of Apple #6FC14A

RGB

 RED value IS 111 (43.75% from 255) = 29.37%

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

 BLUE value IS 74 (29.3% from 255) = 19.58%

R = 29.37%
G = 51.06%
B = 19.58%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#6FC14A (or 0x6FC14A) is known color: Apple. HEX triplet: 6F, C1 and 4A. RGB value is (111,193,74). Sum of RGB (Red+Green+Blue) = 111+193+74=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC14A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC14A is #903EB5. Grayscale: #9B9B9B. Windows color (decimal): -9453238 or 4899183. OLE color: 4899183.

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

Color convert

RGB 111 193 74 -
CMYK 0.42 0 0.62 0.24
HSL 101.34º 0.49% 0.52% -
HSV(B) 101.34º 0.62% 0.76% -
XYZ 26.86 42.01 13.17 -
YUV 154.92 82.33 96.68 -
System Red Green Blue C M Y K H S L
Decimal 111 193 74 0.42 0 0.62 0.24 101.34 0.49 0.52
Hex 6F C1 4A 2A 0 3E 18 65 31 34
Octal 157 301 112 52 0 76 30 145 61 64
Binary 1101111 11000001 1001010 101010 0 111110 11000 1100101 110001 110100

Color Harmonies of #6FC14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC14A

Black with #6FC14A

Text Example


Text Example

White with #6FC14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,193,74); }

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

background-color css

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

 a { background-color: rgb(111,193,74); }

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

border-color css

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

 span { border-color: rgb(111,193,74); }

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