Html Css Color HEX #30D976 Emerald

📋 copy color: '#30D976'

red 48 ◦ green 217 ◦ blue 118

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

Shades of Emerald #30D976

Tints of Emerald #30D976

RGB

 RED value IS 48 (19.14% from 255) = 12.53%

 GREEN value IS 217 (85.16% from 255) = 56.66%

 BLUE value IS 118 (46.48% from 255) = 30.81%

R = 12.53%
G = 56.66%
B = 30.81%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#30D976 (or 0x30D976) is known color: Emerald. HEX triplet: 30, D9 and 76. RGB value is (48,217,118). Sum of RGB (Red+Green+Blue) = 48+217+118=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 217 (85.16% from 255 or 56.66% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 217 - color contains mainly: green. Hex color #30D976 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D976 is #CF2689. Grayscale: #9B9B9B. Windows color (decimal): -13575818 or 7788848. OLE color: 7788848.

HSL color Cylindrical-coordinate representation of color #30D976: hue angle of 144.85º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D976 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 217 118 -
CMYK 0.78 0 0.46 0.15
HSL 144.85º 0.69% 0.52% -
HSV(B) 144.85º 0.78% 0.85% -
XYZ 29.3 51.56 25.55 -
YUV 155.18 107.01 51.55 -
System Red Green Blue C M Y K H S L
Decimal 48 217 118 0.78 0 0.46 0.15 144.85 0.69 0.52
Hex 30 D9 76 4E 0 2E F 91 45 34
Octal 60 331 166 116 0 56 17 221 105 64
Binary 110000 11011001 1110110 1001110 0 101110 1111 10010001 1000101 110100

Color Harmonies of #30D976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D976

Black with #30D976

Text Example


Text Example

White with #30D976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30D976; }

 p { color: rgb(48,217,118); }

 H1.HeaderClassName
 {
   color: #30D976;
 }
 .AnyTagClassName
 {
   color: #30D976;
 }
</style>

background-color css

<style>
 a { background-color: #30D976; }

 a { background-color: rgb(48,217,118); }

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

border-color css

<style>
 span { border-color: #30D976; }

 span { border-color: rgb(48,217,118); }

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