#6FC280

Color #6FC280 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #6FC280

Tints of Bay Leaf #6FC280

Color information

#6FC280 (or 0x6FC280) is unknown color: approx 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

RGB111194128-
CMYK0.4300.340.24
HSL132.29º40.49%59.8%-
HSV(B)132.29º42.78%76.08%-
XYZ29.7443.5227.25-
YUV161.6610991.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.64%
GREEN value IS 194 (76.17% from 255) = 44.80%
BLUE value IS 128 (50.39% from 255) = 29.56%
R=25.64%
G=44.80%
B=29.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1111941280.4300.340.24132.2940.4959.8
Hex6FC2802B0221884283c
Octal15730220053042302045074
Binary1101111110000101000000010101101000101100010000100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FC280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>