Html Css Color HEX #48D961 Emerald

📋 copy color: '#48D961'

red 72 ◦ green 217 ◦ blue 97

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

Shades of Emerald #48D961

Tints of Emerald #48D961

RGB

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

 GREEN value IS 217 (85.16% from 255) = 56.22%

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

R = 18.65%
G = 56.22%
B = 25.13%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#48D961 (or 0x48D961) is known color: Emerald. HEX triplet: 48, D9 and 61. RGB value is (72,217,97). Sum of RGB (Red+Green+Blue) = 72+217+97=386 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.65% from 386); Green value is 217 (85.16% from 255 or 56.22% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 217 - color contains mainly: green. Hex color #48D961 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D961 is #B7269E. Grayscale: #A0A0A0. Windows color (decimal): -12002975 or 6412616. OLE color: 6412616.

HSL color Cylindrical-coordinate representation of color #48D961: hue angle of 130.34º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D961 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 217 97 -
CMYK 0.67 0 0.55 0.15
HSL 130.34º 0.66% 0.57% -
HSV(B) 130.34º 0.67% 0.85% -
XYZ 29.64 51.87 19.76 -
YUV 159.97 92.46 65.26 -
System Red Green Blue C M Y K H S L
Decimal 72 217 97 0.67 0 0.55 0.15 130.34 0.66 0.57
Hex 48 D9 61 43 0 37 F 82 42 39
Octal 110 331 141 103 0 67 17 202 102 71
Binary 1001000 11011001 1100001 1000011 0 110111 1111 10000010 1000010 111001

Color Harmonies of #48D961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D961

Black with #48D961

Text Example


Text Example

White with #48D961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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