Html Css Color HEX #48CC5B Emerald

📋 copy color: '#48CC5B'

red 72 ◦ green 204 ◦ blue 91

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

Shades of Emerald #48CC5B

Tints of Emerald #48CC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.8%

R = 19.62%
G = 55.59%
B = 24.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#48CC5B (or 0x48CC5B) is known color: Emerald. HEX triplet: 48, CC and 5B. RGB value is (72,204,91). Sum of RGB (Red+Green+Blue) = 72+204+91=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 204 (80.08% from 255 or 55.59% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 204 - color contains mainly: green. Hex color #48CC5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CC5B is #B733A4. Grayscale: #979797. Windows color (decimal): -12006309 or 6016072. OLE color: 6016072.

HSL color Cylindrical-coordinate representation of color #48CC5B: hue angle of 128.64º 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 #48CC5B is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 204 91 -
CMYK 0.65 0 0.55 0.2
HSL 128.64º 0.56% 0.54% -
HSV(B) 128.64º 0.65% 0.8% -
XYZ 26.15 45.32 17.27 -
YUV 151.65 93.77 71.19 -
System Red Green Blue C M Y K H S L
Decimal 72 204 91 0.65 0 0.55 0.2 128.64 0.56 0.54
Hex 48 CC 5B 41 0 37 14 81 38 36
Octal 110 314 133 101 0 67 24 201 70 66
Binary 1001000 11001100 1011011 1000001 0 110111 10100 10000001 111000 110110

Color Harmonies of #48CC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CC5B

Black with #48CC5B

Text Example


Text Example

White with #48CC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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