Html Css Color HEX #74BF71 Fern

📋 copy color: '#74BF71'

red 116 ◦ green 191 ◦ blue 113

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

Shades of Fern #74BF71

Tints of Fern #74BF71

RGB

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

 GREEN value IS 191 (75% from 255) = 45.48%

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

R = 27.62%
G = 45.48%
B = 26.9%

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

#74BF71 (or 0x74BF71) is known color: Fern. HEX triplet: 74, BF and 71. RGB value is (116,191,113). Sum of RGB (Red+Green+Blue) = 116+191+113=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 113 (44.53% from 255 or 26.90% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BF71 is #8B408E. Grayscale: #9F9F9F. Windows color (decimal): -9126031 or 7454580. OLE color: 7454580.

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

Color convert

RGB 116 191 113 -
CMYK 0.39 0 0.41 0.25
HSL 117.69º 0.38% 0.6% -
HSV(B) 117.69º 0.41% 0.75% -
XYZ 28.81 42.17 22.24 -
YUV 159.68 101.65 96.84 -
System Red Green Blue C M Y K H S L
Decimal 116 191 113 0.39 0 0.41 0.25 117.69 0.38 0.6
Hex 74 BF 71 27 0 29 19 76 26 3C
Octal 164 277 161 47 0 51 31 166 46 74
Binary 1110100 10111111 1110001 100111 0 101001 11001 1110110 100110 111100

Color Harmonies of #74BF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BF71

Black with #74BF71

Text Example


Text Example

White with #74BF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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