Html Css Color HEX #48BD62 Emerald

📋 copy color: '#48BD62'

red 72 ◦ green 189 ◦ blue 98

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

Shades of Emerald #48BD62

Tints of Emerald #48BD62

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.65%

 BLUE value IS 98 (38.67% from 255) = 27.3%

R = 20.06%
G = 52.65%
B = 27.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#48BD62 (or 0x48BD62) is known color: Emerald. HEX triplet: 48, BD and 62. RGB value is (72,189,98). Sum of RGB (Red+Green+Blue) = 72+189+98=359 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.06% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BD62 is #B7429D. Grayscale: #8F8F8F. Windows color (decimal): -12010142 or 6470984. OLE color: 6470984.

HSL color Cylindrical-coordinate representation of color #48BD62: hue angle of 133.33º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BD62 is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 189 98 -
CMYK 0.62 0 0.48 0.26
HSL 133.33º 0.47% 0.51% -
HSV(B) 133.33º 0.62% 0.74% -
XYZ 23.07 38.65 17.8 -
YUV 143.64 102.24 76.9 -
System Red Green Blue C M Y K H S L
Decimal 72 189 98 0.62 0 0.48 0.26 133.33 0.47 0.51
Hex 48 BD 62 3E 0 30 1A 85 2F 33
Octal 110 275 142 76 0 60 32 205 57 63
Binary 1001000 10111101 1100010 111110 0 110000 11010 10000101 101111 110011

Color Harmonies of #48BD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BD62

Black with #48BD62

Text Example


Text Example

White with #48BD62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,189,98); }

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

background-color css

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

 a { background-color: rgb(72,189,98); }

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

border-color css

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

 span { border-color: rgb(72,189,98); }

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