Html Css Color HEX #48BF6D Emerald

📋 copy color: '#48BF6D'

red 72 ◦ green 191 ◦ blue 109

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

Shades of Emerald #48BF6D

Tints of Emerald #48BF6D

RGB

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

 GREEN value IS 191 (75% from 255) = 51.34%

 BLUE value IS 109 (42.97% from 255) = 29.3%

R = 19.35%
G = 51.34%
B = 29.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#48BF6D (or 0x48BF6D) is known color: Emerald. HEX triplet: 48, BF and 6D. RGB value is (72,191,109). Sum of RGB (Red+Green+Blue) = 72+191+109=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #48BF6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BF6D is #B74092. Grayscale: #929292. Windows color (decimal): -12009619 or 7192392. OLE color: 7192392.

HSL color Cylindrical-coordinate representation of color #48BF6D: hue angle of 138.66º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BF6D is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 191 109 -
CMYK 0.62 0 0.43 0.25
HSL 138.66º 0.48% 0.52% -
HSV(B) 138.66º 0.62% 0.75% -
XYZ 24.06 39.74 20.87 -
YUV 146.07 107.08 75.17 -
System Red Green Blue C M Y K H S L
Decimal 72 191 109 0.62 0 0.43 0.25 138.66 0.48 0.52
Hex 48 BF 6D 3E 0 2B 19 8B 30 34
Octal 110 277 155 76 0 53 31 213 60 64
Binary 1001000 10111111 1101101 111110 0 101011 11001 10001011 110000 110100

Color Harmonies of #48BF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BF6D

Black with #48BF6D

Text Example


Text Example

White with #48BF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,191,109); }

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

background-color css

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

 a { background-color: rgb(72,191,109); }

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

border-color css

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

 span { border-color: rgb(72,191,109); }

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