Html Css Color HEX #48D06B Emerald

📋 copy color: '#48D06B'

red 72 ◦ green 208 ◦ blue 107

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

Shades of Emerald #48D06B

Tints of Emerald #48D06B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.75%

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

R = 18.6%
G = 53.75%
B = 27.65%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#48D06B (or 0x48D06B) is known color: Emerald. HEX triplet: 48, D0 and 6B. RGB value is (72,208,107). Sum of RGB (Red+Green+Blue) = 72+208+107=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 208 (81.64% from 255 or 53.75% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 208 - color contains mainly: green. Hex color #48D06B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D06B is #B72F94. Grayscale: #9C9C9C. Windows color (decimal): -12005269 or 7065672. OLE color: 7065672.

HSL color Cylindrical-coordinate representation of color #48D06B: hue angle of 135.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48D06B is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 208 107 -
CMYK 0.65 0 0.49 0.18
HSL 135.44º 0.59% 0.55% -
HSV(B) 135.44º 0.65% 0.82% -
XYZ 27.88 47.55 21.62 -
YUV 155.82 100.44 68.21 -
System Red Green Blue C M Y K H S L
Decimal 72 208 107 0.65 0 0.49 0.18 135.44 0.59 0.55
Hex 48 D0 6B 41 0 31 12 87 3B 37
Octal 110 320 153 101 0 61 22 207 73 67
Binary 1001000 11010000 1101011 1000001 0 110001 10010 10000111 111011 110111

Color Harmonies of #48D06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D06B

Black with #48D06B

Text Example


Text Example

White with #48D06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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