Html Css Color HEX #48C062 Emerald

📋 copy color: '#48C062'

red 72 ◦ green 192 ◦ blue 98

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

Shades of Emerald #48C062

Tints of Emerald #48C062

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.04%

 BLUE value IS 98 (38.67% from 255) = 27.07%

R = 19.89%
G = 53.04%
B = 27.07%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#48C062 (or 0x48C062) is known color: Emerald. HEX triplet: 48, C0 and 62. RGB value is (72,192,98). Sum of RGB (Red+Green+Blue) = 72+192+98=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #48C062 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C062 is #B73F9D. Grayscale: #919191. Windows color (decimal): -12009374 or 6471752. OLE color: 6471752.

HSL color Cylindrical-coordinate representation of color #48C062: hue angle of 133º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48C062 is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 192 98 -
CMYK 0.63 0 0.49 0.25
HSL 133º 0.49% 0.52% -
HSV(B) 133º 0.63% 0.75% -
XYZ 23.73 39.96 18.02 -
YUV 145.4 101.24 75.64 -
System Red Green Blue C M Y K H S L
Decimal 72 192 98 0.63 0 0.49 0.25 133 0.49 0.52
Hex 48 C0 62 3F 0 31 19 85 31 34
Octal 110 300 142 77 0 61 31 205 61 64
Binary 1001000 11000000 1100010 111111 0 110001 11001 10000101 110001 110100

Color Harmonies of #48C062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C062

Black with #48C062

Text Example


Text Example

White with #48C062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,192,98); }

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

background-color css

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

 a { background-color: rgb(72,192,98); }

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

border-color css

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

 span { border-color: rgb(72,192,98); }

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