Html Css Color HEX #48CC6C Emerald

📋 copy color: '#48CC6C'

red 72 ◦ green 204 ◦ blue 108

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

Shades of Emerald #48CC6C

Tints of Emerald #48CC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.13%

R = 18.75%
G = 53.13%
B = 28.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#48CC6C (or 0x48CC6C) is known color: Emerald. HEX triplet: 48, CC and 6C. RGB value is (72,204,108). Sum of RGB (Red+Green+Blue) = 72+204+108=384 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.75% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #48CC6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CC6C is #B73393. Grayscale: #999999. Windows color (decimal): -12006292 or 7130184. OLE color: 7130184.

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

Color convert

RGB 72 204 108 -
CMYK 0.65 0 0.47 0.2
HSL 136.36º 0.56% 0.54% -
HSV(B) 136.36º 0.65% 0.8% -
XYZ 26.97 45.65 21.58 -
YUV 153.59 102.27 69.81 -
System Red Green Blue C M Y K H S L
Decimal 72 204 108 0.65 0 0.47 0.2 136.36 0.56 0.54
Hex 48 CC 6C 41 0 2F 14 88 38 36
Octal 110 314 154 101 0 57 24 210 70 66
Binary 1001000 11001100 1101100 1000001 0 101111 10100 10001000 111000 110110

Color Harmonies of #48CC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CC6C

Black with #48CC6C

Text Example


Text Example

White with #48CC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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