#30E774

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

Shades of Emerald #30E774

Tints of Emerald #30E774

Color information

#30E774 (or 0x30E774) is unknown color: approx Emerald. HEX triplet: 30, E7 and 74. RGB value is (48,231,116). Sum of RGB (Red+Green+Blue) = 48+231+116=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 231 (90.62% from 255 or 58.48% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 231 - color contains mainly: green. Hex color #30E774 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30E774 is #CF188B. Grayscale: #A3A3A3. Windows color (decimal): -13572236 or 7661360. OLE color: 7661360.

HSL color Cylindrical-coordinate representation of color #30E774: hue angle of 142.3º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E774 is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB48231116-
CMYK0.7900.500.09
HSL142.3º79.22%54.71%-
HSV(B)142.3º79.22%90.59%-
XYZ32.9559.0426.18-
YUV163.17101.3745.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.15%
GREEN value IS 231 (90.62% from 255) = 58.48%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=12.15%
G=58.48%
B=29.37%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal482311160.7900.500.09142.379.2254.71
Hex30E7744F03298e4f37
Octal603471641170621121611767
Binary110000111001111110100100111101100101001100011101001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30E774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,231,116); }

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

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

 a { background-color: rgb(48,231,116); }

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

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

 span { border-color: rgb(48,231,116); }

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