#30D77A

Color #30D77A Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #30D77A

Tints of Emerald #30D77A

Color information

#30D77A (or 0x30D77A) is unknown color: approx Emerald. HEX triplet: 30, D7 and 7A. RGB value is (48,215,122). Sum of RGB (Red+Green+Blue) = 48+215+122=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #30D77A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D77A is #CF2885. Grayscale: #9A9A9A. Windows color (decimal): -13576326 or 8050480. OLE color: 8050480.

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

Color convert

RGB48215122-
CMYK0.7800.430.16
HSL146.59º67.61%51.57%-
HSV(B)146.59º77.67%84.31%-
XYZ29.0350.6326.66-
YUV154.46109.6752.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.47%
GREEN value IS 215 (84.38% from 255) = 55.84%
BLUE value IS 122 (48.05% from 255) = 31.69%
R=12.47%
G=55.84%
B=31.69%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal482151220.7800.430.16146.5967.6151.57
Hex30D77A4E02B10934434
Octal603271721160532022310464
Binary1100001101011111110101001110010101110000100100111000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30D77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,215,122); }

 H1.HeaderClassName
 {
   color: #30D77A;
 }
 .AnyTagClassName
 {
   color: #30D77A;
 }
</style>
background-color css

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

 a { background-color: rgb(48,215,122); }

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

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

 span { border-color: rgb(48,215,122); }

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