Html Css Color HEX #48D468 Emerald

📋 copy color: '#48D468'

red 72 ◦ green 212 ◦ blue 104

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

Shades of Emerald #48D468

Tints of Emerald #48D468

RGB

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

 GREEN value IS 212 (83.2% from 255) = 54.64%

 BLUE value IS 104 (41.02% from 255) = 26.8%

R = 18.56%
G = 54.64%
B = 26.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#48D468 (or 0x48D468) is known color: Emerald. HEX triplet: 48, D4 and 68. RGB value is (72,212,104). Sum of RGB (Red+Green+Blue) = 72+212+104=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 212 (83.20% from 255 or 54.64% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 212 - color contains mainly: green. Hex color #48D468 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D468 is #B72B97. Grayscale: #9E9E9E. Windows color (decimal): -12004248 or 6870088. OLE color: 6870088.

HSL color Cylindrical-coordinate representation of color #48D468: hue angle of 133.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D468 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 72 212 104 -
CMYK 0.66 0 0.51 0.17
HSL 133.71º 0.62% 0.56% -
HSV(B) 133.71º 0.66% 0.83% -
XYZ 28.71 49.46 21.13 -
YUV 157.83 97.62 66.78 -
System Red Green Blue C M Y K H S L
Decimal 72 212 104 0.66 0 0.51 0.17 133.71 0.62 0.56
Hex 48 D4 68 42 0 33 11 86 3E 38
Octal 110 324 150 102 0 63 21 206 76 70
Binary 1001000 11010100 1101000 1000010 0 110011 10001 10000110 111110 111000

Color Harmonies of #48D468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D468

Black with #48D468

Text Example


Text Example

White with #48D468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,212,104); }

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

background-color css

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

 a { background-color: rgb(72,212,104); }

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

border-color css

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

 span { border-color: rgb(72,212,104); }

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