#74C28D

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

Shades of Bay Leaf #74C28D

Tints of Bay Leaf #74C28D

Color information

#74C28D (or 0x74C28D) is unknown color: approx Bay Leaf. HEX triplet: 74, C2 and 8D. RGB value is (116,194,141). Sum of RGB (Red+Green+Blue) = 116+194+141=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 194 - color contains mainly: green. Hex color #74C28D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C28D is #8B3D72. Grayscale: #A4A4A4. Windows color (decimal): -9125235 or 9290356. OLE color: 9290356.

HSL color Cylindrical-coordinate representation of color #74C28D: hue angle of 139.23º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C28D is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB116194141-
CMYK0.4000.270.24
HSL139.23º39%60.78%-
HSV(B)139.23º40.21%76.08%-
XYZ31.344.2232.08-
YUV164.64114.6693.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.72%
GREEN value IS 194 (76.17% from 255) = 43.02%
BLUE value IS 141 (55.47% from 255) = 31.26%
R=25.72%
G=43.02%
B=31.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161941410.4000.270.24139.233960.78
Hex74C28D2801B188b273d
Octal16430221550033302134775
Binary111010011000010100011011010000110111100010001011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74C28D; }

 p { color: rgb(116,194,141); }

 H1.HeaderClassName
 {
   color: #74C28D;
 }
 .AnyTagClassName
 {
   color: #74C28D;
 }
</style>
background-color css

<style>
 a { background-color: #74C28D; }

 a { background-color: rgb(116,194,141); }

 div.DivClassName
 {
   background-color: #74C28D;
 }
 .BgClassName
 {
   background-color: #74C28D;
 }
</style>
border-color css

<style>
 span { border-color: #74C28D; }

 span { border-color: rgb(116,194,141); }

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