Html Css Color HEX #48D667 Emerald

📋 copy color: '#48D667'

red 72 ◦ green 214 ◦ blue 103

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

Shades of Emerald #48D667

Tints of Emerald #48D667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.48%

R = 18.51%
G = 55.01%
B = 26.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#48D667 (or 0x48D667) is known color: Emerald. HEX triplet: 48, D6 and 67. RGB value is (72,214,103). Sum of RGB (Red+Green+Blue) = 72+214+103=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 214 (83.98% from 255 or 55.01% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 214 - color contains mainly: green. Hex color #48D667 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D667 is #B72998. Grayscale: #9F9F9F. Windows color (decimal): -12003737 or 6805064. OLE color: 6805064.

HSL color Cylindrical-coordinate representation of color #48D667: hue angle of 133.1º 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 #48D667 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 214 103 -
CMYK 0.66 0 0.52 0.16
HSL 133.1º 0.63% 0.56% -
HSV(B) 133.1º 0.66% 0.84% -
XYZ 29.17 50.45 21.03 -
YUV 158.89 96.46 66.03 -
System Red Green Blue C M Y K H S L
Decimal 72 214 103 0.66 0 0.52 0.16 133.1 0.63 0.56
Hex 48 D6 67 42 0 34 10 85 3F 38
Octal 110 326 147 102 0 64 20 205 77 70
Binary 1001000 11010110 1100111 1000010 0 110100 10000 10000101 111111 111000

Color Harmonies of #48D667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D667

Black with #48D667

Text Example


Text Example

White with #48D667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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