Html Css Color HEX #48CB6B Emerald

📋 copy color: '#48CB6B'

red 72 ◦ green 203 ◦ blue 107

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

Shades of Emerald #48CB6B

Tints of Emerald #48CB6B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 53.14%

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

R = 18.85%
G = 53.14%
B = 28.01%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#48CB6B (or 0x48CB6B) is known color: Emerald. HEX triplet: 48, CB and 6B. RGB value is (72,203,107). Sum of RGB (Red+Green+Blue) = 72+203+107=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 203 (79.69% from 255 or 53.14% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CB6B is #B73494. Grayscale: #999999. Windows color (decimal): -12006549 or 7064392. OLE color: 7064392.

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

Color convert

RGB 72 203 107 -
CMYK 0.65 0 0.47 0.20
HSL 136.03º 0.56% 0.54% -
HSV(B) 136.03º 0.65% 0.8% -
XYZ 26.68 45.15 21.22 -
YUV 152.89 102.1 70.31 -
System Red Green Blue C M Y K H S L
Decimal 72 203 107 0.65 0 0.47 0.20 136.03 0.56 0.54
Hex 48 CB 6B 41 0 2F 14 88 38 36
Octal 110 313 153 101 0 57 24 210 70 66
Binary 1001000 11001011 1101011 1000001 0 101111 10100 10001000 111000 110110

Color Harmonies of #48CB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CB6B

Black with #48CB6B

Text Example


Text Example

White with #48CB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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