Html Css Color HEX #48DB5C Emerald

📋 copy color: '#48DB5C'

red 72 ◦ green 219 ◦ blue 92

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

Shades of Emerald #48DB5C

Tints of Emerald #48DB5C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 57.18%

 BLUE value IS 92 (36.33% from 255) = 24.02%

R = 18.8%
G = 57.18%
B = 24.02%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#48DB5C (or 0x48DB5C) is known color: Emerald. HEX triplet: 48, DB and 5C. RGB value is (72,219,92). Sum of RGB (Red+Green+Blue) = 72+219+92=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 219 (85.94% from 255 or 57.18% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DB5C is #B724A3. Grayscale: #A0A0A0. Windows color (decimal): -12002468 or 6085448. OLE color: 6085448.

HSL color Cylindrical-coordinate representation of color #48DB5C: hue angle of 128.16º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DB5C is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 219 92 -
CMYK 0.67 0 0.58 0.14
HSL 128.16º 0.67% 0.57% -
HSV(B) 128.16º 0.67% 0.86% -
XYZ 29.94 52.81 18.74 -
YUV 160.57 89.3 64.83 -
System Red Green Blue C M Y K H S L
Decimal 72 219 92 0.67 0 0.58 0.14 128.16 0.67 0.57
Hex 48 DB 5C 43 0 3A E 80 43 39
Octal 110 333 134 103 0 72 16 200 103 71
Binary 1001000 11011011 1011100 1000011 0 111010 1110 10000000 1000011 111001

Color Harmonies of #48DB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DB5C

Black with #48DB5C

Text Example


Text Example

White with #48DB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,219,92); }

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

background-color css

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

 a { background-color: rgb(72,219,92); }

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

border-color css

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

 span { border-color: rgb(72,219,92); }

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