Html Css Color HEX #48C55D Emerald

📋 copy color: '#48C55D'

red 72 ◦ green 197 ◦ blue 93

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

Shades of Emerald #48C55D

Tints of Emerald #48C55D

RGB

 RED value IS 72 (28.52% from 255) = 19.89%

 GREEN value IS 197 (77.34% from 255) = 54.42%

 BLUE value IS 93 (36.72% from 255) = 25.69%

R = 19.89%
G = 54.42%
B = 25.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#48C55D (or 0x48C55D) is known color: Emerald. HEX triplet: 48, C5 and 5D. RGB value is (72,197,93). Sum of RGB (Red+Green+Blue) = 72+197+93=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 197 (77.34% from 255 or 54.42% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 197 - color contains mainly: green. Hex color #48C55D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C55D is #B73AA2. Grayscale: #949494. Windows color (decimal): -12008099 or 6145352. OLE color: 6145352.

HSL color Cylindrical-coordinate representation of color #48C55D: hue angle of 130.08º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C55D is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 72 197 93 -
CMYK 0.63 0 0.53 0.23
HSL 130.08º 0.52% 0.53% -
HSV(B) 130.08º 0.63% 0.77% -
XYZ 24.61 42.1 17.18 -
YUV 147.77 97.09 73.96 -
System Red Green Blue C M Y K H S L
Decimal 72 197 93 0.63 0 0.53 0.23 130.08 0.52 0.53
Hex 48 C5 5D 3F 0 35 17 82 34 35
Octal 110 305 135 77 0 65 27 202 64 65
Binary 1001000 11000101 1011101 111111 0 110101 10111 10000010 110100 110101

Color Harmonies of #48C55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C55D

Black with #48C55D

Text Example


Text Example

White with #48C55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48C55D; }

 p { color: rgb(72,197,93); }

 H1.HeaderClassName
 {
   color: #48C55D;
 }
 .AnyTagClassName
 {
   color: #48C55D;
 }
</style>

background-color css

<style>
 a { background-color: #48C55D; }

 a { background-color: rgb(72,197,93); }

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

border-color css

<style>
 span { border-color: #48C55D; }

 span { border-color: rgb(72,197,93); }

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