#74C28C

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

Shades of Bay Leaf #74C28C

Tints of Bay Leaf #74C28C

Color information

#74C28C (or 0x74C28C) is unknown color: approx Bay Leaf. HEX triplet: 74, C2 and 8C. RGB value is (116,194,140). Sum of RGB (Red+Green+Blue) = 116+194+140=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #74C28C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C28C is #8B3D73. Grayscale: #A4A4A4. Windows color (decimal): -9125236 or 9224820. OLE color: 9224820.

HSL color Cylindrical-coordinate representation of color #74C28C: hue angle of 138.46º 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 #74C28C is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB116194140-
CMYK0.4000.280.24
HSL138.46º39%60.78%-
HSV(B)138.46º40.21%76.08%-
XYZ31.2344.1931.69-
YUV164.52114.1693.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.78%
GREEN value IS 194 (76.17% from 255) = 43.11%
BLUE value IS 140 (55.08% from 255) = 31.11%
R=25.78%
G=43.11%
B=31.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161941400.4000.280.24138.463960.78
Hex74C28C2801C188a273d
Octal16430221450034302124775
Binary111010011000010100011001010000111001100010001010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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