Html Css Color HEX #74BC74 Fern

📋 copy color: '#74BC74'

red 116 ◦ green 188 ◦ blue 116

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

Shades of Fern #74BC74

Tints of Fern #74BC74

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.76%

 BLUE value IS 116 (45.7% from 255) = 27.62%

R = 27.62%
G = 44.76%
B = 27.62%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#74BC74 (or 0x74BC74) is known color: Fern. HEX triplet: 74, BC and 74. RGB value is (116,188,116). Sum of RGB (Red+Green+Blue) = 116+188+116=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BC74 is #8B438B. Grayscale: #9E9E9E. Windows color (decimal): -9126796 or 7650420. OLE color: 7650420.

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

Color convert

RGB 116 188 116 -
CMYK 0.38 0 0.38 0.26
HSL 120º 0.35% 0.6% -
HSV(B) 120º 0.38% 0.74% -
XYZ 28.34 40.94 22.93 -
YUV 158.26 104.15 97.85 -
System Red Green Blue C M Y K H S L
Decimal 116 188 116 0.38 0 0.38 0.26 120 0.35 0.6
Hex 74 BC 74 26 0 26 1A 78 23 3C
Octal 164 274 164 46 0 46 32 170 43 74
Binary 1110100 10111100 1110100 100110 0 100110 11010 1111000 100011 111100

Color Harmonies of #74BC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BC74

Black with #74BC74

Text Example


Text Example

White with #74BC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,188,116); }

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

background-color css

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

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

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

border-color css

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

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

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