Html Css Color HEX #74C16E Fern

📋 copy color: '#74C16E'

red 116 ◦ green 193 ◦ blue 110

#74C16E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #74C16E

Tints of Fern #74C16E

RGB

 RED value IS 116 (45.7% from 255) = 27.68%

 GREEN value IS 193 (75.78% from 255) = 46.06%

 BLUE value IS 110 (43.36% from 255) = 26.25%

R = 27.68%
G = 46.06%
B = 26.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#74C16E (or 0x74C16E) is known color: Fern. HEX triplet: 74, C1 and 6E. RGB value is (116,193,110). Sum of RGB (Red+Green+Blue) = 116+193+110=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #74C16E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C16E is #8B3E91. Grayscale: #A0A0A0. Windows color (decimal): -9125522 or 7258484. OLE color: 7258484.

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

Color convert

RGB 116 193 110 -
CMYK 0.40 0 0.43 0.24
HSL 115.66º 0.4% 0.59% -
HSV(B) 115.66º 0.43% 0.76% -
XYZ 29.09 42.98 21.51 -
YUV 160.52 99.49 96.25 -
System Red Green Blue C M Y K H S L
Decimal 116 193 110 0.40 0 0.43 0.24 115.66 0.4 0.59
Hex 74 C1 6E 28 0 2B 18 74 28 3B
Octal 164 301 156 50 0 53 30 164 50 73
Binary 1110100 11000001 1101110 101000 0 101011 11000 1110100 101000 111011

Color Harmonies of #74C16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C16E

Black with #74C16E

Text Example


Text Example

White with #74C16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74C16E;
 }
 .AnyTagClassName
 {
   color: #74C16E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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