Html Css Color HEX #48D260 Emerald

📋 copy color: '#48D260'

red 72 ◦ green 210 ◦ blue 96

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

Shades of Emerald #48D260

Tints of Emerald #48D260

RGB

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

 GREEN value IS 210 (82.42% from 255) = 55.56%

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

R = 19.05%
G = 55.56%
B = 25.4%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#48D260 (or 0x48D260) is known color: Emerald. HEX triplet: 48, D2 and 60. RGB value is (72,210,96). Sum of RGB (Red+Green+Blue) = 72+210+96=378 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.05% from 378); Green value is 210 (82.42% from 255 or 55.56% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 210 - color contains mainly: green. Hex color #48D260 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D260 is #B72D9F. Grayscale: #9C9C9C. Windows color (decimal): -12004768 or 6345288. OLE color: 6345288.

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

Color convert

RGB 72 210 96 -
CMYK 0.66 0 0.54 0.18
HSL 130.43º 0.61% 0.55% -
HSV(B) 130.43º 0.66% 0.82% -
XYZ 27.83 48.32 18.93 -
YUV 155.74 94.28 68.27 -
System Red Green Blue C M Y K H S L
Decimal 72 210 96 0.66 0 0.54 0.18 130.43 0.61 0.55
Hex 48 D2 60 42 0 36 12 82 3D 37
Octal 110 322 140 102 0 66 22 202 75 67
Binary 1001000 11010010 1100000 1000010 0 110110 10010 10000010 111101 110111

Color Harmonies of #48D260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D260

Black with #48D260

Text Example


Text Example

White with #48D260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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