Html Css Color HEX #30D675 Emerald

📋 copy color: '#30D675'

red 48 ◦ green 214 ◦ blue 117

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

Shades of Emerald #30D675

Tints of Emerald #30D675

RGB

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

 GREEN value IS 214 (83.98% from 255) = 56.46%

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

R = 12.66%
G = 56.46%
B = 30.87%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#30D675 (or 0x30D675) is known color: Emerald. HEX triplet: 30, D6 and 75. RGB value is (48,214,117). Sum of RGB (Red+Green+Blue) = 48+214+117=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #30D675 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D675 is #CF298A. Grayscale: #999999. Windows color (decimal): -13576587 or 7722544. OLE color: 7722544.

HSL color Cylindrical-coordinate representation of color #30D675: hue angle of 144.94º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D675 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 214 117 -
CMYK 0.78 0 0.45 0.16
HSL 144.94º 0.67% 0.51% -
HSV(B) 144.94º 0.78% 0.84% -
XYZ 28.48 50.01 24.98 -
YUV 153.31 107.5 52.89 -
System Red Green Blue C M Y K H S L
Decimal 48 214 117 0.78 0 0.45 0.16 144.94 0.67 0.51
Hex 30 D6 75 4E 0 2D 10 91 43 33
Octal 60 326 165 116 0 55 20 221 103 63
Binary 110000 11010110 1110101 1001110 0 101101 10000 10010001 1000011 110011

Color Harmonies of #30D675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D675

Black with #30D675

Text Example


Text Example

White with #30D675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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