Html Css Color HEX #74BC6E Fern

📋 copy color: '#74BC6E'

red 116 ◦ green 188 ◦ blue 110

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

Shades of Fern #74BC6E

Tints of Fern #74BC6E

RGB

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

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

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

R = 28.02%
G = 45.41%
B = 26.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#74BC6E (or 0x74BC6E) is known color: Fern. HEX triplet: 74, BC and 6E. RGB value is (116,188,110). Sum of RGB (Red+Green+Blue) = 116+188+110=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BC6E is #8B4391. Grayscale: #9D9D9D. Windows color (decimal): -9126802 or 7257204. OLE color: 7257204.

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

Color convert

RGB 116 188 110 -
CMYK 0.38 0 0.41 0.26
HSL 115.38º 0.37% 0.58% -
HSV(B) 115.38º 0.41% 0.74% -
XYZ 28 40.81 21.15 -
YUV 157.58 101.15 98.34 -
System Red Green Blue C M Y K H S L
Decimal 116 188 110 0.38 0 0.41 0.26 115.38 0.37 0.58
Hex 74 BC 6E 26 0 29 1A 73 25 3A
Octal 164 274 156 46 0 51 32 163 45 72
Binary 1110100 10111100 1101110 100110 0 101001 11010 1110011 100101 111010

Color Harmonies of #74BC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BC6E

Black with #74BC6E

Text Example


Text Example

White with #74BC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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