Html Css Color HEX #30D975 Emerald

📋 copy color: '#30D975'

red 48 ◦ green 217 ◦ blue 117

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

Shades of Emerald #30D975

Tints of Emerald #30D975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.63%

R = 12.57%
G = 56.81%
B = 30.63%

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

#30D975 (or 0x30D975) is known color: Emerald. HEX triplet: 30, D9 and 75. RGB value is (48,217,117). Sum of RGB (Red+Green+Blue) = 48+217+117=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 217 (85.16% from 255 or 56.81% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 217 - color contains mainly: green. Hex color #30D975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D975 is #CF268A. Grayscale: #9B9B9B. Windows color (decimal): -13575819 or 7723312. OLE color: 7723312.

HSL color Cylindrical-coordinate representation of color #30D975: hue angle of 144.5º 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 #30D975 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 217 117 -
CMYK 0.78 0 0.46 0.15
HSL 144.5º 0.69% 0.52% -
HSV(B) 144.5º 0.78% 0.85% -
XYZ 29.24 51.54 25.24 -
YUV 155.07 106.51 51.63 -
System Red Green Blue C M Y K H S L
Decimal 48 217 117 0.78 0 0.46 0.15 144.5 0.69 0.52
Hex 30 D9 75 4E 0 2E F 90 45 34
Octal 60 331 165 116 0 56 17 220 105 64
Binary 110000 11011001 1110101 1001110 0 101110 1111 10010000 1000101 110100

Color Harmonies of #30D975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D975

Black with #30D975

Text Example


Text Example

White with #30D975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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