Html Css Color HEX #48C261 Emerald

📋 copy color: '#48C261'

red 72 ◦ green 194 ◦ blue 97

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

Shades of Emerald #48C261

Tints of Emerald #48C261

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.44%

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

R = 19.83%
G = 53.44%
B = 26.72%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#48C261 (or 0x48C261) is known color: Emerald. HEX triplet: 48, C2 and 61. RGB value is (72,194,97). Sum of RGB (Red+Green+Blue) = 72+194+97=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 194 (76.17% from 255 or 53.44% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 194 - color contains mainly: green. Hex color #48C261 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C261 is #B73D9E. Grayscale: #929292. Windows color (decimal): -12008863 or 6406728. OLE color: 6406728.

HSL color Cylindrical-coordinate representation of color #48C261: hue angle of 132.3º degrees, saturation: 0.5, 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 #48C261 is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 194 97 -
CMYK 0.63 0 0.50 0.24
HSL 132.3º 0.5% 0.52% -
HSV(B) 132.3º 0.63% 0.76% -
XYZ 24.12 40.82 17.92 -
YUV 146.46 100.08 74.89 -
System Red Green Blue C M Y K H S L
Decimal 72 194 97 0.63 0 0.50 0.24 132.3 0.5 0.52
Hex 48 C2 61 3F 0 32 18 84 32 34
Octal 110 302 141 77 0 62 30 204 62 64
Binary 1001000 11000010 1100001 111111 0 110010 11000 10000100 110010 110100

Color Harmonies of #48C261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C261

Black with #48C261

Text Example


Text Example

White with #48C261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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