Html Css Color HEX #48D25C Emerald

📋 copy color: '#48D25C'

red 72 ◦ green 210 ◦ blue 92

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

Shades of Emerald #48D25C

Tints of Emerald #48D25C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 56.15%

 BLUE value IS 92 (36.33% from 255) = 24.6%

R = 19.25%
G = 56.15%
B = 24.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#48D25C (or 0x48D25C) is known color: Emerald. HEX triplet: 48, D2 and 5C. RGB value is (72,210,92). Sum of RGB (Red+Green+Blue) = 72+210+92=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 210 (82.42% from 255 or 56.15% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 210 - color contains mainly: green. Hex color #48D25C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D25C is #B72DA3. Grayscale: #9B9B9B. Windows color (decimal): -12004772 or 6083144. OLE color: 6083144.

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

Color convert

RGB 72 210 92 -
CMYK 0.66 0 0.56 0.18
HSL 128.7º 0.61% 0.55% -
HSV(B) 128.7º 0.66% 0.82% -
XYZ 27.65 48.24 17.98 -
YUV 155.29 92.28 68.59 -
System Red Green Blue C M Y K H S L
Decimal 72 210 92 0.66 0 0.56 0.18 128.7 0.61 0.55
Hex 48 D2 5C 42 0 38 12 81 3D 37
Octal 110 322 134 102 0 70 22 201 75 67
Binary 1001000 11010010 1011100 1000010 0 111000 10010 10000001 111101 110111

Color Harmonies of #48D25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D25C

Black with #48D25C

Text Example


Text Example

White with #48D25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,210,92); }

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

background-color css

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

 a { background-color: rgb(72,210,92); }

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

border-color css

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

 span { border-color: rgb(72,210,92); }

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