Html Css Color HEX #4BC382 Emerald

📋 copy color: '#4BC382'

red 75 ◦ green 195 ◦ blue 130

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

Shades of Emerald #4BC382

Tints of Emerald #4BC382

RGB

 RED value IS 75 (29.69% from 255) = 18.75%

 GREEN value IS 195 (76.56% from 255) = 48.75%

 BLUE value IS 130 (51.17% from 255) = 32.5%

R = 18.75%
G = 48.75%
B = 32.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#4BC382 (or 0x4BC382) is known color: Emerald. HEX triplet: 4B, C3 and 82. RGB value is (75,195,130). Sum of RGB (Red+Green+Blue) = 75+195+130=400 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.75% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #4BC382 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC382 is #B43C7D. Grayscale: #979797. Windows color (decimal): -11811966 or 8569675. OLE color: 8569675.

HSL color Cylindrical-coordinate representation of color #4BC382: hue angle of 147.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC382 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 75 195 130 -
CMYK 0.62 0 0.33 0.24
HSL 147.5º 0.5% 0.53% -
HSV(B) 147.5º 0.62% 0.76% -
XYZ 26.45 42.14 27.86 -
YUV 151.71 115.74 73.29 -
System Red Green Blue C M Y K H S L
Decimal 75 195 130 0.62 0 0.33 0.24 147.5 0.5 0.53
Hex 4B C3 82 3E 0 21 18 94 32 35
Octal 113 303 202 76 0 41 30 224 62 65
Binary 1001011 11000011 10000010 111110 0 100001 11000 10010100 110010 110101

Color Harmonies of #4BC382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC382

Black with #4BC382

Text Example


Text Example

White with #4BC382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,195,130); }

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

background-color css

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

 a { background-color: rgb(75,195,130); }

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

border-color css

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

 span { border-color: rgb(75,195,130); }

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