Html Css Color HEX #48BD7F Emerald

📋 copy color: '#48BD7F'

red 72 ◦ green 189 ◦ blue 127

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

Shades of Emerald #48BD7F

Tints of Emerald #48BD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.73%

R = 18.56%
G = 48.71%
B = 32.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#48BD7F (or 0x48BD7F) is known color: Emerald. HEX triplet: 48, BD and 7F. RGB value is (72,189,127). Sum of RGB (Red+Green+Blue) = 72+189+127=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #48BD7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BD7F is #B74280. Grayscale: #939393. Windows color (decimal): -12010113 or 8371528. OLE color: 8371528.

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

Color convert

RGB 72 189 127 -
CMYK 0.62 0 0.33 0.26
HSL 148.21º 0.47% 0.51% -
HSV(B) 148.21º 0.62% 0.74% -
XYZ 24.7 39.31 26.36 -
YUV 146.95 116.74 74.54 -
System Red Green Blue C M Y K H S L
Decimal 72 189 127 0.62 0 0.33 0.26 148.21 0.47 0.51
Hex 48 BD 7F 3E 0 21 1A 94 2F 33
Octal 110 275 177 76 0 41 32 224 57 63
Binary 1001000 10111101 1111111 111110 0 100001 11010 10010100 101111 110011

Color Harmonies of #48BD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BD7F

Black with #48BD7F

Text Example


Text Example

White with #48BD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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