Html Css Color HEX #4ABF64 Emerald

📋 copy color: '#4ABF64'

red 74 ◦ green 191 ◦ blue 100

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

Shades of Emerald #4ABF64

Tints of Emerald #4ABF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.4%

R = 20.27%
G = 52.33%
B = 27.4%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#4ABF64 (or 0x4ABF64) is known color: Emerald. HEX triplet: 4A, BF and 64. RGB value is (74,191,100). Sum of RGB (Red+Green+Blue) = 74+191+100=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABF64 is #B5409B. Grayscale: #919191. Windows color (decimal): -11878556 or 6602570. OLE color: 6602570.

HSL color Cylindrical-coordinate representation of color #4ABF64: hue angle of 133.33º 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 #4ABF64 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 191 100 -
CMYK 0.61 0 0.48 0.25
HSL 133.33º 0.48% 0.52% -
HSV(B) 133.33º 0.61% 0.75% -
XYZ 23.76 39.64 18.46 -
YUV 145.64 102.24 76.9 -
System Red Green Blue C M Y K H S L
Decimal 74 191 100 0.61 0 0.48 0.25 133.33 0.48 0.52
Hex 4A BF 64 3D 0 30 19 85 30 34
Octal 112 277 144 75 0 60 31 205 60 64
Binary 1001010 10111111 1100100 111101 0 110000 11001 10000101 110000 110100

Color Harmonies of #4ABF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABF64

Black with #4ABF64

Text Example


Text Example

White with #4ABF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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