Html Css Color HEX #30FA56 Malachite

📋 copy color: '#30FA56'

red 48 ◦ green 250 ◦ blue 86

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

Shades of Malachite #30FA56

Tints of Malachite #30FA56

RGB

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

 GREEN value IS 250 (98.05% from 255) = 65.1%

 BLUE value IS 86 (33.98% from 255) = 22.4%

R = 12.5%
G = 65.1%
B = 22.4%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#30FA56 (or 0x30FA56) is known color: Malachite. HEX triplet: 30, FA and 56. RGB value is (48,250,86). Sum of RGB (Red+Green+Blue) = 48+250+86=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 250 (98.05% from 255 or 65.10% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 250 - color contains mainly: green. Hex color #30FA56 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FA56 is #CF05A9. Grayscale: #ABABAB. Windows color (decimal): -13567402 or 5700144. OLE color: 5700144.

HSL color Cylindrical-coordinate representation of color #30FA56: hue angle of 131.29º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FA56 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 250 86 -
CMYK 0.81 0 0.66 0.02
HSL 131.29º 0.95% 0.58% -
HSV(B) 131.29º 0.81% 0.98% -
XYZ 37.08 69.67 20.3 -
YUV 170.91 80.08 40.34 -
System Red Green Blue C M Y K H S L
Decimal 48 250 86 0.81 0 0.66 0.02 131.29 0.95 0.58
Hex 30 FA 56 51 0 42 2 83 5F 3A
Octal 60 372 126 121 0 102 2 203 137 72
Binary 110000 11111010 1010110 1010001 0 1000010 10 10000011 1011111 111010

Color Harmonies of #30FA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FA56

Black with #30FA56

Text Example


Text Example

White with #30FA56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,250,86); }

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

background-color css

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

 a { background-color: rgb(48,250,86); }

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

border-color css

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

 span { border-color: rgb(48,250,86); }

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