Html Css Color HEX #4ABF5E Fern

📋 copy color: '#4ABF5E'

red 74 ◦ green 191 ◦ blue 94

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

Shades of Fern #4ABF5E

Tints of Fern #4ABF5E

RGB

 RED value IS 74 (29.3% from 255) = 20.61%

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

 BLUE value IS 94 (37.11% from 255) = 26.18%

R = 20.61%
G = 53.2%
B = 26.18%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#4ABF5E (or 0x4ABF5E) is known color: Fern. HEX triplet: 4A, BF and 5E. RGB value is (74,191,94). Sum of RGB (Red+Green+Blue) = 74+191+94=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 191 (75% from 255 or 53.20% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABF5E is #B540A1. Grayscale: #919191. Windows color (decimal): -11878562 or 6209354. OLE color: 6209354.

HSL color Cylindrical-coordinate representation of color #4ABF5E: hue angle of 130.26º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABF5E is Cyan = 0.61, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 191 94 -
CMYK 0.61 0 0.51 0.25
HSL 130.26º 0.48% 0.52% -
HSV(B) 130.26º 0.61% 0.75% -
XYZ 23.48 39.53 16.98 -
YUV 144.96 99.24 77.39 -
System Red Green Blue C M Y K H S L
Decimal 74 191 94 0.61 0 0.51 0.25 130.26 0.48 0.52
Hex 4A BF 5E 3D 0 33 19 82 30 34
Octal 112 277 136 75 0 63 31 202 60 64
Binary 1001010 10111111 1011110 111101 0 110011 11001 10000010 110000 110100

Color Harmonies of #4ABF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABF5E

Black with #4ABF5E

Text Example


Text Example

White with #4ABF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ABF5E; }

 p { color: rgb(74,191,94); }

 H1.HeaderClassName
 {
   color: #4ABF5E;
 }
 .AnyTagClassName
 {
   color: #4ABF5E;
 }
</style>

background-color css

<style>
 a { background-color: #4ABF5E; }

 a { background-color: rgb(74,191,94); }

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

border-color css

<style>
 span { border-color: #4ABF5E; }

 span { border-color: rgb(74,191,94); }

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