Html Css Color HEX #6FC280 Bay Leaf

📋 copy color: '#6FC280'

red 111 ◦ green 194 ◦ blue 128

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

Shades of Bay Leaf #6FC280

Tints of Bay Leaf #6FC280

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.8%

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

R = 25.64%
G = 44.8%
B = 29.56%

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

#6FC280 (or 0x6FC280) is known color: Bay Leaf. HEX triplet: 6F, C2 and 80. RGB value is (111,194,128). Sum of RGB (Red+Green+Blue) = 111+194+128=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #6FC280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC280 is #903D7F. Grayscale: #A1A1A1. Windows color (decimal): -9452928 or 8438383. OLE color: 8438383.

HSL color Cylindrical-coordinate representation of color #6FC280: hue angle of 132.29º degrees, saturation: 0.4, 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 #6FC280 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 111 194 128 -
CMYK 0.43 0 0.34 0.24
HSL 132.29º 0.4% 0.6% -
HSV(B) 132.29º 0.43% 0.76% -
XYZ 29.74 43.52 27.25 -
YUV 161.66 109 91.87 -
System Red Green Blue C M Y K H S L
Decimal 111 194 128 0.43 0 0.34 0.24 132.29 0.4 0.6
Hex 6F C2 80 2B 0 22 18 84 28 3C
Octal 157 302 200 53 0 42 30 204 50 74
Binary 1101111 11000010 10000000 101011 0 100010 11000 10000100 101000 111100

Color Harmonies of #6FC280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC280

Black with #6FC280

Text Example


Text Example

White with #6FC280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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