Html Css Color HEX #48D360 Emerald

📋 copy color: '#48D360'

red 72 ◦ green 211 ◦ blue 96

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

Shades of Emerald #48D360

Tints of Emerald #48D360

RGB

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

 GREEN value IS 211 (82.81% from 255) = 55.67%

 BLUE value IS 96 (37.89% from 255) = 25.33%

R = 19%
G = 55.67%
B = 25.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#48D360 (or 0x48D360) is known color: Emerald. HEX triplet: 48, D3 and 60. RGB value is (72,211,96). Sum of RGB (Red+Green+Blue) = 72+211+96=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 211 (82.81% from 255 or 55.67% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 211 - color contains mainly: green. Hex color #48D360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D360 is #B72C9F. Grayscale: #9C9C9C. Windows color (decimal): -12004512 or 6345544. OLE color: 6345544.

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

Color convert

RGB 72 211 96 -
CMYK 0.66 0 0.55 0.17
HSL 130.36º 0.61% 0.55% -
HSV(B) 130.36º 0.66% 0.83% -
XYZ 28.08 48.81 19.01 -
YUV 156.33 93.95 67.85 -
System Red Green Blue C M Y K H S L
Decimal 72 211 96 0.66 0 0.55 0.17 130.36 0.61 0.55
Hex 48 D3 60 42 0 37 11 82 3D 37
Octal 110 323 140 102 0 67 21 202 75 67
Binary 1001000 11010011 1100000 1000010 0 110111 10001 10000010 111101 110111

Color Harmonies of #48D360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D360

Black with #48D360

Text Example


Text Example

White with #48D360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,211,96); }

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

background-color css

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

 a { background-color: rgb(72,211,96); }

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

border-color css

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

 span { border-color: rgb(72,211,96); }

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