Html Css Color HEX #48BD6E Emerald

📋 copy color: '#48BD6E'

red 72 ◦ green 189 ◦ blue 110

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

Shades of Emerald #48BD6E

Tints of Emerald #48BD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.65%

R = 19.41%
G = 50.94%
B = 29.65%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#48BD6E (or 0x48BD6E) is known color: Emerald. HEX triplet: 48, BD and 6E. RGB value is (72,189,110). Sum of RGB (Red+Green+Blue) = 72+189+110=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 189 (74.22% from 255 or 50.94% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BD6E is #B74291. Grayscale: #919191. Windows color (decimal): -12010130 or 7257416. OLE color: 7257416.

HSL color Cylindrical-coordinate representation of color #48BD6E: hue angle of 139.49º 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 #48BD6E is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 189 110 -
CMYK 0.62 0 0.42 0.26
HSL 139.49º 0.47% 0.51% -
HSV(B) 139.49º 0.62% 0.74% -
XYZ 23.68 38.9 21.01 -
YUV 145.01 108.24 75.92 -
System Red Green Blue C M Y K H S L
Decimal 72 189 110 0.62 0 0.42 0.26 139.49 0.47 0.51
Hex 48 BD 6E 3E 0 2A 1A 8B 2F 33
Octal 110 275 156 76 0 52 32 213 57 63
Binary 1001000 10111101 1101110 111110 0 101010 11010 10001011 101111 110011

Color Harmonies of #48BD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BD6E

Black with #48BD6E

Text Example


Text Example

White with #48BD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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