Html Css Color HEX #48CC77 Emerald

📋 copy color: '#48CC77'

red 72 ◦ green 204 ◦ blue 119

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

Shades of Emerald #48CC77

Tints of Emerald #48CC77

RGB

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

 GREEN value IS 204 (80.08% from 255) = 51.65%

 BLUE value IS 119 (46.88% from 255) = 30.13%

R = 18.23%
G = 51.65%
B = 30.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#48CC77 (or 0x48CC77) is known color: Emerald. HEX triplet: 48, CC and 77. RGB value is (72,204,119). Sum of RGB (Red+Green+Blue) = 72+204+119=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #48CC77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CC77 is #B73388. Grayscale: #9B9B9B. Windows color (decimal): -12006281 or 7851080. OLE color: 7851080.

HSL color Cylindrical-coordinate representation of color #48CC77: hue angle of 141.36º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CC77 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 204 119 -
CMYK 0.65 0 0.42 0.2
HSL 141.36º 0.56% 0.54% -
HSV(B) 141.36º 0.65% 0.8% -
XYZ 27.6 45.9 24.86 -
YUV 154.84 107.77 68.91 -
System Red Green Blue C M Y K H S L
Decimal 72 204 119 0.65 0 0.42 0.2 141.36 0.56 0.54
Hex 48 CC 77 41 0 2A 14 8D 38 36
Octal 110 314 167 101 0 52 24 215 70 66
Binary 1001000 11001100 1110111 1000001 0 101010 10100 10001101 111000 110110

Color Harmonies of #48CC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CC77

Black with #48CC77

Text Example


Text Example

White with #48CC77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,204,119); }

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

background-color css

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

 a { background-color: rgb(72,204,119); }

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

border-color css

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

 span { border-color: rgb(72,204,119); }

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