Html Css Color HEX #6FC14C Apple

📋 copy color: '#6FC14C'

red 111 ◦ green 193 ◦ blue 76

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

Shades of Apple #6FC14C

Tints of Apple #6FC14C

RGB

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

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

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

R = 29.21%
G = 50.79%
B = 20%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#6FC14C (or 0x6FC14C) is known color: Apple. HEX triplet: 6F, C1 and 4C. RGB value is (111,193,76). Sum of RGB (Red+Green+Blue) = 111+193+76=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC14C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC14C is #903EB3. Grayscale: #9B9B9B. Windows color (decimal): -9453236 or 5030255. OLE color: 5030255.

HSL color Cylindrical-coordinate representation of color #6FC14C: hue angle of 102.05º 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 #6FC14C is Cyan = 0.42, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 111 193 76 -
CMYK 0.42 0 0.61 0.24
HSL 102.05º 0.49% 0.53% -
HSV(B) 102.05º 0.61% 0.76% -
XYZ 26.93 42.04 13.53 -
YUV 155.14 83.33 96.51 -
System Red Green Blue C M Y K H S L
Decimal 111 193 76 0.42 0 0.61 0.24 102.05 0.49 0.53
Hex 6F C1 4C 2A 0 3D 18 66 31 35
Octal 157 301 114 52 0 75 30 146 61 65
Binary 1101111 11000001 1001100 101010 0 111101 11000 1100110 110001 110101

Color Harmonies of #6FC14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC14C

Black with #6FC14C

Text Example


Text Example

White with #6FC14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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