Html Css Color HEX #30D477 Emerald

📋 copy color: '#30D477'

red 48 ◦ green 212 ◦ blue 119

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

Shades of Emerald #30D477

Tints of Emerald #30D477

RGB

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

 GREEN value IS 212 (83.2% from 255) = 55.94%

 BLUE value IS 119 (46.88% from 255) = 31.4%

R = 12.66%
G = 55.94%
B = 31.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#30D477 (or 0x30D477) is known color: Emerald. HEX triplet: 30, D4 and 77. RGB value is (48,212,119). Sum of RGB (Red+Green+Blue) = 48+212+119=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 212 (83.20% from 255 or 55.94% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 212 - color contains mainly: green. Hex color #30D477 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D477 is #CF2B88. Grayscale: #989898. Windows color (decimal): -13577097 or 7853104. OLE color: 7853104.

HSL color Cylindrical-coordinate representation of color #30D477: hue angle of 145.98º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D477 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 48 212 119 -
CMYK 0.77 0 0.44 0.17
HSL 145.98º 0.66% 0.51% -
HSV(B) 145.98º 0.77% 0.83% -
XYZ 28.09 49.05 25.44 -
YUV 152.36 109.17 53.56 -
System Red Green Blue C M Y K H S L
Decimal 48 212 119 0.77 0 0.44 0.17 145.98 0.66 0.51
Hex 30 D4 77 4D 0 2C 11 92 42 33
Octal 60 324 167 115 0 54 21 222 102 63
Binary 110000 11010100 1110111 1001101 0 101100 10001 10010010 1000010 110011

Color Harmonies of #30D477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D477

Black with #30D477

Text Example


Text Example

White with #30D477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,212,119); }

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

background-color css

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

 a { background-color: rgb(48,212,119); }

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

border-color css

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

 span { border-color: rgb(48,212,119); }

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