Html Css Color HEX #48CC6B Emerald

📋 copy color: '#48CC6B'

red 72 ◦ green 204 ◦ blue 107

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

Shades of Emerald #48CC6B

Tints of Emerald #48CC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.94%

R = 18.8%
G = 53.26%
B = 27.94%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#48CC6B (or 0x48CC6B) is known color: Emerald. HEX triplet: 48, CC and 6B. RGB value is (72,204,107). Sum of RGB (Red+Green+Blue) = 72+204+107=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 204 (80.08% from 255 or 53.26% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 204 - color contains mainly: green. Hex color #48CC6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CC6B is #B73394. Grayscale: #999999. Windows color (decimal): -12006293 or 7064648. OLE color: 7064648.

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

Color convert

RGB 72 204 107 -
CMYK 0.65 0 0.48 0.2
HSL 135.91º 0.56% 0.54% -
HSV(B) 135.91º 0.65% 0.8% -
XYZ 26.92 45.62 21.3 -
YUV 153.47 101.77 69.89 -
System Red Green Blue C M Y K H S L
Decimal 72 204 107 0.65 0 0.48 0.2 135.91 0.56 0.54
Hex 48 CC 6B 41 0 30 14 88 38 36
Octal 110 314 153 101 0 60 24 210 70 66
Binary 1001000 11001100 1101011 1000001 0 110000 10100 10001000 111000 110110

Color Harmonies of #48CC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CC6B

Black with #48CC6B

Text Example


Text Example

White with #48CC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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