Html Css Color HEX #74C36C Fern

📋 copy color: '#74C36C'

red 116 ◦ green 195 ◦ blue 108

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

Shades of Fern #74C36C

Tints of Fern #74C36C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.54%

 BLUE value IS 108 (42.58% from 255) = 25.78%

R = 27.68%
G = 46.54%
B = 25.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#74C36C (or 0x74C36C) is known color: Fern. HEX triplet: 74, C3 and 6C. RGB value is (116,195,108). Sum of RGB (Red+Green+Blue) = 116+195+108=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #74C36C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C36C is #8B3C93. Grayscale: #A1A1A1. Windows color (decimal): -9125012 or 7127924. OLE color: 7127924.

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

Color convert

RGB 116 195 108 -
CMYK 0.41 0 0.45 0.24
HSL 114.48º 0.42% 0.59% -
HSV(B) 114.48º 0.45% 0.76% -
XYZ 29.42 43.83 21.1 -
YUV 161.46 97.83 95.57 -
System Red Green Blue C M Y K H S L
Decimal 116 195 108 0.41 0 0.45 0.24 114.48 0.42 0.59
Hex 74 C3 6C 29 0 2D 18 72 2A 3B
Octal 164 303 154 51 0 55 30 162 52 73
Binary 1110100 11000011 1101100 101001 0 101101 11000 1110010 101010 111011

Color Harmonies of #74C36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C36C

Black with #74C36C

Text Example


Text Example

White with #74C36C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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