Html Css Color HEX #30F556 Malachite

📋 copy color: '#30F556'

red 48 ◦ green 245 ◦ blue 86

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

Shades of Malachite #30F556

Tints of Malachite #30F556

RGB

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

 GREEN value IS 245 (96.09% from 255) = 64.64%

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

R = 12.66%
G = 64.64%
B = 22.69%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#30F556 (or 0x30F556) is known color: Malachite. HEX triplet: 30, F5 and 56. RGB value is (48,245,86). Sum of RGB (Red+Green+Blue) = 48+245+86=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 245 (96.09% from 255 or 64.64% from 379); Blue value is 86 (33.98% from 255 or 22.69% from 379); Max value from RGB is 245 - color contains mainly: green. Hex color #30F556 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F556 is #CF0AA9. Grayscale: #A8A8A8. Windows color (decimal): -13568682 or 5698864. OLE color: 5698864.

HSL color Cylindrical-coordinate representation of color #30F556: hue angle of 131.57º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F556 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 245 86 -
CMYK 0.80 0 0.65 0.04
HSL 131.57º 0.91% 0.57% -
HSV(B) 131.57º 0.8% 0.96% -
XYZ 35.55 66.61 19.79 -
YUV 167.97 81.73 42.43 -
System Red Green Blue C M Y K H S L
Decimal 48 245 86 0.80 0 0.65 0.04 131.57 0.91 0.57
Hex 30 F5 56 50 0 41 4 84 5B 39
Octal 60 365 126 120 0 101 4 204 133 71
Binary 110000 11110101 1010110 1010000 0 1000001 100 10000100 1011011 111001

Color Harmonies of #30F556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F556

Black with #30F556

Text Example


Text Example

White with #30F556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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