#30F357

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

Shades of Malachite #30F357

Tints of Malachite #30F357

Color information

#30F357 (or 0x30F357) is unknown color: approx Malachite. HEX triplet: 30, F3 and 57. RGB value is (48,243,87). Sum of RGB (Red+Green+Blue) = 48+243+87=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 243 (95.31% from 255 or 64.29% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 243 - color contains mainly: green. Hex color #30F357 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F357 is #CF0CA8. Grayscale: #A7A7A7. Windows color (decimal): -13569193 or 5763888. OLE color: 5763888.

HSL color Cylindrical-coordinate representation of color #30F357: hue angle of 132º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F357 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB4824387-
CMYK0.8000.640.05
HSL132º89.04%57.06%-
HSV(B)132º80.25%95.29%-
XYZ34.9965.4219.8-
YUV166.9182.943.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.70%
GREEN value IS 243 (95.31% from 255) = 64.29%
BLUE value IS 87 (34.38% from 255) = 23.02%
R=12.70%
G=64.29%
B=23.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal48243870.8000.640.0513289.0457.06
Hex30F357500405845939
Octal603631271200100520413171
Binary110000111100111010111101000001000000101100001001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30F357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,243,87); }

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

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

 a { background-color: rgb(48,243,87); }

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

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

 span { border-color: rgb(48,243,87); }

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