Html Css Color HEX #48D65B Emerald

📋 copy color: '#48D65B'

red 72 ◦ green 214 ◦ blue 91

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

Shades of Emerald #48D65B

Tints of Emerald #48D65B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 56.76%

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

R = 19.1%
G = 56.76%
B = 24.14%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#48D65B (or 0x48D65B) is known color: Emerald. HEX triplet: 48, D6 and 5B. RGB value is (72,214,91). Sum of RGB (Red+Green+Blue) = 72+214+91=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 214 (83.98% from 255 or 56.76% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 214 - color contains mainly: green. Hex color #48D65B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D65B is #B729A4. Grayscale: #9D9D9D. Windows color (decimal): -12003749 or 6018632. OLE color: 6018632.

HSL color Cylindrical-coordinate representation of color #48D65B: hue angle of 128.03º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D65B is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 214 91 -
CMYK 0.66 0 0.57 0.16
HSL 128.03º 0.63% 0.56% -
HSV(B) 128.03º 0.66% 0.84% -
XYZ 28.61 50.23 18.08 -
YUV 157.52 90.46 67 -
System Red Green Blue C M Y K H S L
Decimal 72 214 91 0.66 0 0.57 0.16 128.03 0.63 0.56
Hex 48 D6 5B 42 0 39 10 80 3F 38
Octal 110 326 133 102 0 71 20 200 77 70
Binary 1001000 11010110 1011011 1000010 0 111001 10000 10000000 111111 111000

Color Harmonies of #48D65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D65B

Black with #48D65B

Text Example


Text Example

White with #48D65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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