#74C36E

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

Shades of Fern #74C36E

Tints of Fern #74C36E

Color information

#74C36E (or 0x74C36E) is unknown color: approx Fern. HEX triplet: 74, C3 and 6E. RGB value is (116,195,110). Sum of RGB (Red+Green+Blue) = 116+195+110=421 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.55% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #74C36E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C36E is #8B3C91. Grayscale: #A1A1A1. Windows color (decimal): -9125010 or 7258996. OLE color: 7258996.

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

Color convert

RGB116195110-
CMYK0.4100.440.24
HSL115.76º41.46%59.8%-
HSV(B)115.76º43.59%76.47%-
XYZ29.5343.8721.66-
YUV161.6998.8395.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.55%
GREEN value IS 195 (76.56% from 255) = 46.32%
BLUE value IS 110 (43.36% from 255) = 26.13%
R=27.55%
G=46.32%
B=26.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161951100.4100.440.24115.7641.4659.8
Hex74C36E2902C1874293c
Octal16430315651054301645174
Binary11101001100001111011101010010101100110001110100101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,195,110); }

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

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

 a { background-color: rgb(116,195,110); }

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

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

 span { border-color: rgb(116,195,110); }

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