Html Css Color HEX #30D85F Malachite

📋 copy color: '#30D85F'

red 48 ◦ green 216 ◦ blue 95

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

Shades of Malachite #30D85F

Tints of Malachite #30D85F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 60.17%

 BLUE value IS 95 (37.5% from 255) = 26.46%

R = 13.37%
G = 60.17%
B = 26.46%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#30D85F (or 0x30D85F) is known color: Malachite. HEX triplet: 30, D8 and 5F. RGB value is (48,216,95). Sum of RGB (Red+Green+Blue) = 48+216+95=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 216 (84.77% from 255 or 60.17% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 216 - color contains mainly: green. Hex color #30D85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D85F is #CF27A0. Grayscale: #989898. Windows color (decimal): -13576097 or 6281264. OLE color: 6281264.

HSL color Cylindrical-coordinate representation of color #30D85F: hue angle of 136.79º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D85F is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 216 95 -
CMYK 0.78 0 0.56 0.15
HSL 136.79º 0.68% 0.52% -
HSV(B) 136.79º 0.78% 0.85% -
XYZ 27.84 50.57 19.12 -
YUV 151.97 95.84 53.84 -
System Red Green Blue C M Y K H S L
Decimal 48 216 95 0.78 0 0.56 0.15 136.79 0.68 0.52
Hex 30 D8 5F 4E 0 38 F 89 44 34
Octal 60 330 137 116 0 70 17 211 104 64
Binary 110000 11011000 1011111 1001110 0 111000 1111 10001001 1000100 110100

Color Harmonies of #30D85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D85F

Black with #30D85F

Text Example


Text Example

White with #30D85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,216,95); }

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

background-color css

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

 a { background-color: rgb(48,216,95); }

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

border-color css

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

 span { border-color: rgb(48,216,95); }

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