#30F076

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

Shades of Emerald #30F076

Tints of Emerald #30F076

Color information

#30F076 (or 0x30F076) is unknown color: approx Emerald. HEX triplet: 30, F0 and 76. RGB value is (48,240,118). Sum of RGB (Red+Green+Blue) = 48+240+118=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 240 (94.14% from 255 or 59.11% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 240 - color contains mainly: green. Hex color #30F076 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F076 is #CF0F89. Grayscale: #A8A8A8. Windows color (decimal): -13569930 or 7794736. OLE color: 7794736.

HSL color Cylindrical-coordinate representation of color #30F076: hue angle of 141.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F076 is Cyan = 0.8, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB48240118-
CMYK0.800.510.06
HSL141.88º86.49%56.47%-
HSV(B)141.88º80%94.12%-
XYZ35.6564.2627.66-
YUV168.6899.3941.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 11.82%
GREEN value IS 240 (94.14% from 255) = 59.11%
BLUE value IS 118 (46.48% from 255) = 29.06%
R=11.82%
G=59.11%
B=29.06%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal482401180.800.510.06141.8886.4956.47
Hex30F0765003368e5638
Octal60360166120063621612670
Binary11000011110000111011010100000110011110100011101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,240,118); }

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

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

 a { background-color: rgb(48,240,118); }

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

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

 span { border-color: rgb(48,240,118); }

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