Html Css Color HEX #4ABF65 Emerald

📋 copy color: '#4ABF65'

red 74 ◦ green 191 ◦ blue 101

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

Shades of Emerald #4ABF65

Tints of Emerald #4ABF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.6%

R = 20.22%
G = 52.19%
B = 27.6%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#4ABF65 (or 0x4ABF65) is known color: Emerald. HEX triplet: 4A, BF and 65. RGB value is (74,191,101). Sum of RGB (Red+Green+Blue) = 74+191+101=366 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.22% from 366); Green value is 191 (75% from 255 or 52.19% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 191 - color contains mainly: green. Hex color #4ABF65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABF65 is #B5409A. Grayscale: #929292. Windows color (decimal): -11878555 or 6668106. OLE color: 6668106.

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

Color convert

RGB 74 191 101 -
CMYK 0.61 0 0.47 0.25
HSL 133.85º 0.48% 0.52% -
HSV(B) 133.85º 0.61% 0.75% -
XYZ 23.8 39.66 18.71 -
YUV 145.76 102.74 76.82 -
System Red Green Blue C M Y K H S L
Decimal 74 191 101 0.61 0 0.47 0.25 133.85 0.48 0.52
Hex 4A BF 65 3D 0 2F 19 86 30 34
Octal 112 277 145 75 0 57 31 206 60 64
Binary 1001010 10111111 1100101 111101 0 101111 11001 10000110 110000 110100

Color Harmonies of #4ABF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABF65

Black with #4ABF65

Text Example


Text Example

White with #4ABF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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