#74C273

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

Shades of Fern #74C273

Tints of Fern #74C273

Color information

#74C273 (or 0x74C273) is unknown color: approx Fern. HEX triplet: 74, C2 and 73. RGB value is (116,194,115). Sum of RGB (Red+Green+Blue) = 116+194+115=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #74C273 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C273 is #8B3D8C. Grayscale: #A1A1A1. Windows color (decimal): -9125261 or 7586420. OLE color: 7586420.

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

Color convert

RGB116194115-
CMYK0.4000.410.24
HSL119.24º39.3%60.59%-
HSV(B)119.24º40.72%76.08%-
XYZ29.5943.5323.06-
YUV161.67101.6695.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.29%
GREEN value IS 194 (76.17% from 255) = 45.65%
BLUE value IS 115 (45.31% from 255) = 27.06%
R=27.29%
G=45.65%
B=27.06%

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
Decimal1161941150.4000.410.24119.2439.360.59
Hex74C273280291877273d
Octal16430216350051301674775
Binary11101001100001011100111010000101001110001110111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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