Html Css Color HEX #48C375 Emerald

📋 copy color: '#48C375'

red 72 ◦ green 195 ◦ blue 117

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

Shades of Emerald #48C375

Tints of Emerald #48C375

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.78%

 BLUE value IS 117 (46.09% from 255) = 30.47%

R = 18.75%
G = 50.78%
B = 30.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#48C375 (or 0x48C375) is known color: Emerald. HEX triplet: 48, C3 and 75. RGB value is (72,195,117). Sum of RGB (Red+Green+Blue) = 72+195+117=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #48C375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C375 is #B73C8A. Grayscale: #959595. Windows color (decimal): -12008587 or 7717704. OLE color: 7717704.

HSL color Cylindrical-coordinate representation of color #48C375: hue angle of 141.95º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C375 is Cyan = 0.63, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 195 117 -
CMYK 0.63 0 0.4 0.24
HSL 141.95º 0.51% 0.52% -
HSV(B) 141.95º 0.63% 0.76% -
XYZ 25.4 41.69 23.54 -
YUV 149.33 109.75 72.84 -
System Red Green Blue C M Y K H S L
Decimal 72 195 117 0.63 0 0.4 0.24 141.95 0.51 0.52
Hex 48 C3 75 3F 0 28 18 8E 33 34
Octal 110 303 165 77 0 50 30 216 63 64
Binary 1001000 11000011 1110101 111111 0 101000 11000 10001110 110011 110100

Color Harmonies of #48C375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C375

Black with #48C375

Text Example


Text Example

White with #48C375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,195,117); }

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

background-color css

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

 a { background-color: rgb(72,195,117); }

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

border-color css

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

 span { border-color: rgb(72,195,117); }

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