Html Css Color HEX #48DB68 Emerald

📋 copy color: '#48DB68'

red 72 ◦ green 219 ◦ blue 104

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

Shades of Emerald #48DB68

Tints of Emerald #48DB68

RGB

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

 GREEN value IS 219 (85.94% from 255) = 55.44%

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

R = 18.23%
G = 55.44%
B = 26.33%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#48DB68 (or 0x48DB68) is known color: Emerald. HEX triplet: 48, DB and 68. RGB value is (72,219,104). Sum of RGB (Red+Green+Blue) = 72+219+104=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 219 (85.94% from 255 or 55.44% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 219 - color contains mainly: green. Hex color #48DB68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48DB68 is #B72497. Grayscale: #A2A2A2. Windows color (decimal): -12002456 or 6871880. OLE color: 6871880.

HSL color Cylindrical-coordinate representation of color #48DB68: hue angle of 133.06º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DB68 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 219 104 -
CMYK 0.67 0 0.53 0.14
HSL 133.06º 0.67% 0.57% -
HSV(B) 133.06º 0.67% 0.86% -
XYZ 30.5 53.04 21.73 -
YUV 161.94 95.3 63.85 -
System Red Green Blue C M Y K H S L
Decimal 72 219 104 0.67 0 0.53 0.14 133.06 0.67 0.57
Hex 48 DB 68 43 0 35 E 85 43 39
Octal 110 333 150 103 0 65 16 205 103 71
Binary 1001000 11011011 1101000 1000011 0 110101 1110 10000101 1000011 111001

Color Harmonies of #48DB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DB68

Black with #48DB68

Text Example


Text Example

White with #48DB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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