Html Css Color HEX #48D461 Emerald

📋 copy color: '#48D461'

red 72 ◦ green 212 ◦ blue 97

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

Shades of Emerald #48D461

Tints of Emerald #48D461

RGB

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

 GREEN value IS 212 (83.2% from 255) = 55.64%

 BLUE value IS 97 (38.28% from 255) = 25.46%

R = 18.9%
G = 55.64%
B = 25.46%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#48D461 (or 0x48D461) is known color: Emerald. HEX triplet: 48, D4 and 61. RGB value is (72,212,97). Sum of RGB (Red+Green+Blue) = 72+212+97=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 212 (83.20% from 255 or 55.64% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 212 - color contains mainly: green. Hex color #48D461 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D461 is #B72B9E. Grayscale: #9D9D9D. Windows color (decimal): -12004255 or 6411336. OLE color: 6411336.

HSL color Cylindrical-coordinate representation of color #48D461: hue angle of 130.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D461 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 72 212 97 -
CMYK 0.66 0 0.54 0.17
HSL 130.71º 0.62% 0.56% -
HSV(B) 130.71º 0.66% 0.83% -
XYZ 28.37 49.33 19.34 -
YUV 157.03 94.12 67.35 -
System Red Green Blue C M Y K H S L
Decimal 72 212 97 0.66 0 0.54 0.17 130.71 0.62 0.56
Hex 48 D4 61 42 0 36 11 83 3E 38
Octal 110 324 141 102 0 66 21 203 76 70
Binary 1001000 11010100 1100001 1000010 0 110110 10001 10000011 111110 111000

Color Harmonies of #48D461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D461

Black with #48D461

Text Example


Text Example

White with #48D461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,212,97); }

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

background-color css

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

 a { background-color: rgb(72,212,97); }

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

border-color css

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

 span { border-color: rgb(72,212,97); }

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