Html Css Color HEX #6FC380 Fern

📋 copy color: '#6FC380'

red 111 ◦ green 195 ◦ blue 128

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

Shades of Fern #6FC380

Tints of Fern #6FC380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.49%

R = 25.58%
G = 44.93%
B = 29.49%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#6FC380 (or 0x6FC380) is known color: Fern. HEX triplet: 6F, C3 and 80. RGB value is (111,195,128). Sum of RGB (Red+Green+Blue) = 111+195+128=434 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.58% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 195 - color contains mainly: green. Hex color #6FC380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC380 is #903C7F. Grayscale: #A2A2A2. Windows color (decimal): -9452672 or 8438639. OLE color: 8438639.

HSL color Cylindrical-coordinate representation of color #6FC380: hue angle of 132.14º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6FC380 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 111 195 128 -
CMYK 0.43 0 0.34 0.24
HSL 132.14º 0.41% 0.6% -
HSV(B) 132.14º 0.43% 0.76% -
XYZ 29.97 43.97 27.33 -
YUV 162.25 108.67 91.45 -
System Red Green Blue C M Y K H S L
Decimal 111 195 128 0.43 0 0.34 0.24 132.14 0.41 0.6
Hex 6F C3 80 2B 0 22 18 84 29 3C
Octal 157 303 200 53 0 42 30 204 51 74
Binary 1101111 11000011 10000000 101011 0 100010 11000 10000100 101001 111100

Color Harmonies of #6FC380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC380

Black with #6FC380

Text Example


Text Example

White with #6FC380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,195,128); }

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

background-color css

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

 a { background-color: rgb(111,195,128); }

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

border-color css

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

 span { border-color: rgb(111,195,128); }

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