Html Css Color HEX #74BE72 Fern

📋 copy color: '#74BE72'

red 116 ◦ green 190 ◦ blue 114

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

Shades of Fern #74BE72

Tints of Fern #74BE72

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.24%

 BLUE value IS 114 (44.92% from 255) = 27.14%

R = 27.62%
G = 45.24%
B = 27.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#74BE72 (or 0x74BE72) is known color: Fern. HEX triplet: 74, BE and 72. RGB value is (116,190,114). Sum of RGB (Red+Green+Blue) = 116+190+114=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BE72 is #8B418D. Grayscale: #9F9F9F. Windows color (decimal): -9126286 or 7519860. OLE color: 7519860.

HSL color Cylindrical-coordinate representation of color #74BE72: hue angle of 118.42º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74BE72 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 190 114 -
CMYK 0.39 0 0.40 0.25
HSL 118.42º 0.37% 0.6% -
HSV(B) 118.42º 0.4% 0.75% -
XYZ 28.65 41.75 22.47 -
YUV 159.21 102.48 97.18 -
System Red Green Blue C M Y K H S L
Decimal 116 190 114 0.39 0 0.40 0.25 118.42 0.37 0.6
Hex 74 BE 72 27 0 28 19 76 25 3C
Octal 164 276 162 47 0 50 31 166 45 74
Binary 1110100 10111110 1110010 100111 0 101000 11001 1110110 100101 111100

Color Harmonies of #74BE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BE72

Black with #74BE72

Text Example


Text Example

White with #74BE72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,190,114); }

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

background-color css

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

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

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

border-color css

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

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

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