#74C272

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

Shades of Fern #74C272

Tints of Fern #74C272

Color information

#74C272 (or 0x74C272) is unknown color: approx Fern. HEX triplet: 74, C2 and 72. RGB value is (116,194,114). Sum of RGB (Red+Green+Blue) = 116+194+114=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #74C272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C272 is #8B3D8D. Grayscale: #A1A1A1. Windows color (decimal): -9125262 or 7520884. OLE color: 7520884.

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

Color convert

RGB116194114-
CMYK0.4000.410.24
HSL118.5º39.6%60.39%-
HSV(B)118.5º41.24%76.08%-
XYZ29.5343.5122.76-
YUV161.56101.1695.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.36%
GREEN value IS 194 (76.17% from 255) = 45.75%
BLUE value IS 114 (44.92% from 255) = 26.89%
R=27.36%
G=45.75%
B=26.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161941140.4000.410.24118.539.660.39
Hex74C272280291876283c
Octal16430216250051301665074
Binary11101001100001011100101010000101001110001110110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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