Html Css Color HEX #4ABC64 Emerald

📋 copy color: '#4ABC64'

red 74 ◦ green 188 ◦ blue 100

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

Shades of Emerald #4ABC64

Tints of Emerald #4ABC64

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.93%

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

R = 20.44%
G = 51.93%
B = 27.62%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#4ABC64 (or 0x4ABC64) is known color: Emerald. HEX triplet: 4A, BC and 64. RGB value is (74,188,100). Sum of RGB (Red+Green+Blue) = 74+188+100=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABC64 is #B5439B. Grayscale: #909090. Windows color (decimal): -11879324 or 6601802. OLE color: 6601802.

HSL color Cylindrical-coordinate representation of color #4ABC64: hue angle of 133.68º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABC64 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 188 100 -
CMYK 0.61 0 0.47 0.26
HSL 133.68º 0.46% 0.51% -
HSV(B) 133.68º 0.61% 0.74% -
XYZ 23.11 38.34 18.24 -
YUV 143.88 103.23 78.16 -
System Red Green Blue C M Y K H S L
Decimal 74 188 100 0.61 0 0.47 0.26 133.68 0.46 0.51
Hex 4A BC 64 3D 0 2F 1A 86 2E 33
Octal 112 274 144 75 0 57 32 206 56 63
Binary 1001010 10111100 1100100 111101 0 101111 11010 10000110 101110 110011

Color Harmonies of #4ABC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABC64

Black with #4ABC64

Text Example


Text Example

White with #4ABC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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