Html Css Color HEX #4BC08A Emerald

📋 copy color: '#4BC08A'

red 75 ◦ green 192 ◦ blue 138

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

Shades of Emerald #4BC08A

Tints of Emerald #4BC08A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.41%

 BLUE value IS 138 (54.3% from 255) = 34.07%

R = 18.52%
G = 47.41%
B = 34.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#4BC08A (or 0x4BC08A) is known color: Emerald. HEX triplet: 4B, C0 and 8A. RGB value is (75,192,138). Sum of RGB (Red+Green+Blue) = 75+192+138=405 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.52% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC08A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC08A is #B43F75. Grayscale: #969696. Windows color (decimal): -11812726 or 9093195. OLE color: 9093195.

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

Color convert

RGB 75 192 138 -
CMYK 0.61 0 0.28 0.25
HSL 152.31º 0.48% 0.52% -
HSV(B) 152.31º 0.61% 0.75% -
XYZ 26.34 41.03 30.58 -
YUV 150.86 120.74 73.89 -
System Red Green Blue C M Y K H S L
Decimal 75 192 138 0.61 0 0.28 0.25 152.31 0.48 0.52
Hex 4B C0 8A 3D 0 1C 19 98 30 34
Octal 113 300 212 75 0 34 31 230 60 64
Binary 1001011 11000000 10001010 111101 0 11100 11001 10011000 110000 110100

Color Harmonies of #4BC08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC08A

Black with #4BC08A

Text Example


Text Example

White with #4BC08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,192,138); }

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

background-color css

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

 a { background-color: rgb(75,192,138); }

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

border-color css

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

 span { border-color: rgb(75,192,138); }

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