Html Css Color HEX #30FF5B Malachite

📋 copy color: '#30FF5B'

red 48 ◦ green 255 ◦ blue 91

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

Shades of Malachite #30FF5B

Tints of Malachite #30FF5B

RGB

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

 GREEN value IS 255 (100% from 255) = 64.72%

 BLUE value IS 91 (35.94% from 255) = 23.1%

R = 12.18%
G = 64.72%
B = 23.1%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#30FF5B (or 0x30FF5B) is known color: Malachite. HEX triplet: 30, FF and 5B. RGB value is (48,255,91). Sum of RGB (Red+Green+Blue) = 48+255+91=394 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.18% from 394); Green value is 255 (100% from 255 or 64.72% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FF5B is #CF00A4. Grayscale: #AEAEAE. Windows color (decimal): -13566117 or 6029104. OLE color: 6029104.

HSL color Cylindrical-coordinate representation of color #30FF5B: hue angle of 132.46º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FF5B is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 48 255 91 -
CMYK 0.81 0 0.64 0
HSL 132.46º 1% 0.59% -
HSV(B) 132.46º 0.81% 1% -
XYZ 38.87 72.9 21.92 -
YUV 174.41 80.92 37.84 -
System Red Green Blue C M Y K H S L
Decimal 48 255 91 0.81 0 0.64 0 132.46 1 0.59
Hex 30 FF 5B 51 0 40 0 84 64 3B
Octal 60 377 133 121 0 100 0 204 144 73
Binary 110000 11111111 1011011 1010001 0 1000000 0 10000100 1100100 111011

Color Harmonies of #30FF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30FF5B

Black with #30FF5B

Text Example


Text Example

White with #30FF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,255,91); }

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

background-color css

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

 a { background-color: rgb(48,255,91); }

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

border-color css

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

 span { border-color: rgb(48,255,91); }

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