#74C16C

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

Shades of Fern #74C16C

Tints of Fern #74C16C

Color information

#74C16C (or 0x74C16C) is unknown color: approx Fern. HEX triplet: 74, C1 and 6C. RGB value is (116,193,108). Sum of RGB (Red+Green+Blue) = 116+193+108=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #74C16C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C16C is #8B3E93. Grayscale: #A0A0A0. Windows color (decimal): -9125524 or 7127412. OLE color: 7127412.

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

Color convert

RGB116193108-
CMYK0.4000.440.24
HSL114.35º40.67%59.02%-
HSV(B)114.35º44.04%75.69%-
XYZ28.9842.9420.95-
YUV160.2998.4996.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.82%
GREEN value IS 193 (75.78% from 255) = 46.28%
BLUE value IS 108 (42.58% from 255) = 25.90%
R=27.82%
G=46.28%
B=25.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161931080.4000.440.24114.3540.6759.02
Hex74C16C2802C1872293b
Octal16430115450054301625173
Binary11101001100000111011001010000101100110001110010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,193,108); }

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

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

 a { background-color: rgb(116,193,108); }

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

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

 span { border-color: rgb(116,193,108); }

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