Html Css Color HEX #74BE70 Fern

📋 copy color: '#74BE70'

red 116 ◦ green 190 ◦ blue 112

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

Shades of Fern #74BE70

Tints of Fern #74BE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.79%

R = 27.75%
G = 45.45%
B = 26.79%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#74BE70 (or 0x74BE70) is known color: Fern. HEX triplet: 74, BE and 70. RGB value is (116,190,112). Sum of RGB (Red+Green+Blue) = 116+190+112=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BE70 is #8B418F. Grayscale: #9F9F9F. Windows color (decimal): -9126288 or 7388788. OLE color: 7388788.

HSL color Cylindrical-coordinate representation of color #74BE70: hue angle of 116.92º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74BE70 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 190 112 -
CMYK 0.39 0 0.41 0.25
HSL 116.92º 0.38% 0.59% -
HSV(B) 116.92º 0.41% 0.75% -
XYZ 28.54 41.71 21.88 -
YUV 158.98 101.48 97.34 -
System Red Green Blue C M Y K H S L
Decimal 116 190 112 0.39 0 0.41 0.25 116.92 0.38 0.59
Hex 74 BE 70 27 0 29 19 75 26 3B
Octal 164 276 160 47 0 51 31 165 46 73
Binary 1110100 10111110 1110000 100111 0 101001 11001 1110101 100110 111011

Color Harmonies of #74BE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BE70

Black with #74BE70

Text Example


Text Example

White with #74BE70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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