Html Css Color HEX #74BF73 Fern

📋 copy color: '#74BF73'

red 116 ◦ green 191 ◦ blue 115

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

Shades of Fern #74BF73

Tints of Fern #74BF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.25%

R = 27.49%
G = 45.26%
B = 27.25%

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

#74BF73 (or 0x74BF73) is known color: Fern. HEX triplet: 74, BF and 73. RGB value is (116,191,115). Sum of RGB (Red+Green+Blue) = 116+191+115=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #74BF73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BF73 is #8B408C. Grayscale: #A0A0A0. Windows color (decimal): -9126029 or 7585652. OLE color: 7585652.

HSL color Cylindrical-coordinate representation of color #74BF73: hue angle of 119.21º 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 #74BF73 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 191 115 -
CMYK 0.39 0 0.40 0.25
HSL 119.21º 0.37% 0.6% -
HSV(B) 119.21º 0.4% 0.75% -
XYZ 28.93 42.21 22.84 -
YUV 159.91 102.65 96.68 -
System Red Green Blue C M Y K H S L
Decimal 116 191 115 0.39 0 0.40 0.25 119.21 0.37 0.6
Hex 74 BF 73 27 0 28 19 77 25 3C
Octal 164 277 163 47 0 50 31 167 45 74
Binary 1110100 10111111 1110011 100111 0 101000 11001 1110111 100101 111100

Color Harmonies of #74BF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BF73

Black with #74BF73

Text Example


Text Example

White with #74BF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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