Html Css Color HEX #74BC71 Fern

📋 copy color: '#74BC71'

red 116 ◦ green 188 ◦ blue 113

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

Shades of Fern #74BC71

Tints of Fern #74BC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.1%

R = 27.82%
G = 45.08%
B = 27.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#74BC71 (or 0x74BC71) is known color: Fern. HEX triplet: 74, BC and 71. RGB value is (116,188,113). Sum of RGB (Red+Green+Blue) = 116+188+113=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BC71 is #8B438E. Grayscale: #9E9E9E. Windows color (decimal): -9126799 or 7453812. OLE color: 7453812.

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

Color convert

RGB 116 188 113 -
CMYK 0.38 0 0.40 0.26
HSL 117.6º 0.36% 0.59% -
HSV(B) 117.6º 0.4% 0.74% -
XYZ 28.17 40.87 22.03 -
YUV 157.92 102.65 98.1 -
System Red Green Blue C M Y K H S L
Decimal 116 188 113 0.38 0 0.40 0.26 117.6 0.36 0.59
Hex 74 BC 71 26 0 28 1A 76 24 3B
Octal 164 274 161 46 0 50 32 166 44 73
Binary 1110100 10111100 1110001 100110 0 101000 11010 1110110 100100 111011

Color Harmonies of #74BC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BC71

Black with #74BC71

Text Example


Text Example

White with #74BC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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