#74BD7D

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

Shades of Fern #74BD7D

Tints of Fern #74BD7D

Color information

#74BD7D (or 0x74BD7D) is unknown color: approx Fern. HEX triplet: 74, BD and 7D. RGB value is (116,189,125). Sum of RGB (Red+Green+Blue) = 116+189+125=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BD7D is #8B4282. Grayscale: #A0A0A0. Windows color (decimal): -9126531 or 8240500. OLE color: 8240500.

HSL color Cylindrical-coordinate representation of color #74BD7D: hue angle of 127.4º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BD7D is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB116189125-
CMYK0.3900.340.26
HSL127.4º35.61%59.8%-
HSV(B)127.4º38.62%74.12%-
XYZ29.141.5925.9-
YUV159.88108.3296.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.98%
GREEN value IS 189 (74.22% from 255) = 43.95%
BLUE value IS 125 (49.22% from 255) = 29.07%
R=26.98%
G=43.95%
B=29.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161891250.3900.340.26127.435.6159.8
Hex74BD7D270221A7f243c
Octal16427517547042321774474
Binary11101001011110111111011001110100010110101111111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,189,125); }

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

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

 a { background-color: rgb(116,189,125); }

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

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

 span { border-color: rgb(116,189,125); }

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