Html Css Color HEX #30D963 Malachite

📋 copy color: '#30D963'

red 48 ◦ green 217 ◦ blue 99

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

Shades of Malachite #30D963

Tints of Malachite #30D963

RGB

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

 GREEN value IS 217 (85.16% from 255) = 59.62%

 BLUE value IS 99 (39.06% from 255) = 27.2%

R = 13.19%
G = 59.62%
B = 27.2%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#30D963 (or 0x30D963) is known color: Malachite. HEX triplet: 30, D9 and 63. RGB value is (48,217,99). Sum of RGB (Red+Green+Blue) = 48+217+99=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 217 (85.16% from 255 or 59.62% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 217 - color contains mainly: green. Hex color #30D963 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D963 is #CF269C. Grayscale: #999999. Windows color (decimal): -13575837 or 6543664. OLE color: 6543664.

HSL color Cylindrical-coordinate representation of color #30D963: hue angle of 138.11º degrees, saturation: 0.69, 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 #30D963 is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 217 99 -
CMYK 0.78 0 0.54 0.15
HSL 138.11º 0.69% 0.52% -
HSV(B) 138.11º 0.78% 0.85% -
XYZ 28.28 51.15 20.19 -
YUV 153.02 97.51 53.09 -
System Red Green Blue C M Y K H S L
Decimal 48 217 99 0.78 0 0.54 0.15 138.11 0.69 0.52
Hex 30 D9 63 4E 0 36 F 8A 45 34
Octal 60 331 143 116 0 66 17 212 105 64
Binary 110000 11011001 1100011 1001110 0 110110 1111 10001010 1000101 110100

Color Harmonies of #30D963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D963

Black with #30D963

Text Example


Text Example

White with #30D963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,217,99); }

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

background-color css

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

 a { background-color: rgb(48,217,99); }

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

border-color css

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

 span { border-color: rgb(48,217,99); }

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