Html Css Color HEX #74BC7D Fern

📋 copy color: '#74BC7D'

red 116 ◦ green 188 ◦ blue 125

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

Shades of Fern #74BC7D

Tints of Fern #74BC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.14%

R = 27.04%
G = 43.82%
B = 29.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#74BC7D (or 0x74BC7D) is known color: Fern. HEX triplet: 74, BC and 7D. RGB value is (116,188,125). Sum of RGB (Red+Green+Blue) = 116+188+125=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BC7D is #8B4382. Grayscale: #9F9F9F. Windows color (decimal): -9126787 or 8240244. OLE color: 8240244.

HSL color Cylindrical-coordinate representation of color #74BC7D: hue angle of 127.5º 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 #74BC7D is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 188 125 -
CMYK 0.38 0 0.34 0.26
HSL 127.5º 0.35% 0.6% -
HSV(B) 127.5º 0.38% 0.74% -
XYZ 28.89 41.16 25.82 -
YUV 159.29 108.65 97.12 -
System Red Green Blue C M Y K H S L
Decimal 116 188 125 0.38 0 0.34 0.26 127.5 0.35 0.6
Hex 74 BC 7D 26 0 22 1A 80 23 3C
Octal 164 274 175 46 0 42 32 200 43 74
Binary 1110100 10111100 1111101 100110 0 100010 11010 10000000 100011 111100

Color Harmonies of #74BC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BC7D

Black with #74BC7D

Text Example


Text Example

White with #74BC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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