Html Css Color HEX #48D262 Emerald

📋 copy color: '#48D262'

red 72 ◦ green 210 ◦ blue 98

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

Shades of Emerald #48D262

Tints of Emerald #48D262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.79%

R = 18.95%
G = 55.26%
B = 25.79%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#48D262 (or 0x48D262) is known color: Emerald. HEX triplet: 48, D2 and 62. RGB value is (72,210,98). Sum of RGB (Red+Green+Blue) = 72+210+98=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 210 (82.42% from 255 or 55.26% from 380); Blue value is 98 (38.67% from 255 or 25.79% from 380); Max value from RGB is 210 - color contains mainly: green. Hex color #48D262 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D262 is #B72D9D. Grayscale: #9C9C9C. Windows color (decimal): -12004766 or 6476360. OLE color: 6476360.

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

Color convert

RGB 72 210 98 -
CMYK 0.66 0 0.53 0.18
HSL 131.3º 0.61% 0.55% -
HSV(B) 131.3º 0.66% 0.82% -
XYZ 27.92 48.35 19.42 -
YUV 155.97 95.28 68.11 -
System Red Green Blue C M Y K H S L
Decimal 72 210 98 0.66 0 0.53 0.18 131.3 0.61 0.55
Hex 48 D2 62 42 0 35 12 83 3D 37
Octal 110 322 142 102 0 65 22 203 75 67
Binary 1001000 11010010 1100010 1000010 0 110101 10010 10000011 111101 110111

Color Harmonies of #48D262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D262

Black with #48D262

Text Example


Text Example

White with #48D262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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