Html Css Color HEX #48D05B Emerald

📋 copy color: '#48D05B'

red 72 ◦ green 208 ◦ blue 91

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

Shades of Emerald #48D05B

Tints of Emerald #48D05B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 56.06%

 BLUE value IS 91 (35.94% from 255) = 24.53%

R = 19.41%
G = 56.06%
B = 24.53%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#48D05B (or 0x48D05B) is known color: Emerald. HEX triplet: 48, D0 and 5B. RGB value is (72,208,91). Sum of RGB (Red+Green+Blue) = 72+208+91=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #48D05B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D05B is #B72FA4. Grayscale: #9A9A9A. Windows color (decimal): -12005285 or 6017096. OLE color: 6017096.

HSL color Cylindrical-coordinate representation of color #48D05B: hue angle of 128.38º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48D05B is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 208 91 -
CMYK 0.65 0 0.56 0.18
HSL 128.38º 0.59% 0.55% -
HSV(B) 128.38º 0.65% 0.82% -
XYZ 27.12 47.24 17.59 -
YUV 154 92.44 69.51 -
System Red Green Blue C M Y K H S L
Decimal 72 208 91 0.65 0 0.56 0.18 128.38 0.59 0.55
Hex 48 D0 5B 41 0 38 12 80 3B 37
Octal 110 320 133 101 0 70 22 200 73 67
Binary 1001000 11010000 1011011 1000001 0 111000 10010 10000000 111011 110111

Color Harmonies of #48D05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D05B

Black with #48D05B

Text Example


Text Example

White with #48D05B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,208,91); }

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

background-color css

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

 a { background-color: rgb(72,208,91); }

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

border-color css

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

 span { border-color: rgb(72,208,91); }

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