Html Css Color HEX #30F365 Malachite

📋 copy color: '#30F365'

red 48 ◦ green 243 ◦ blue 101

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

Shades of Malachite #30F365

Tints of Malachite #30F365

RGB

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

 GREEN value IS 243 (95.31% from 255) = 61.99%

 BLUE value IS 101 (39.84% from 255) = 25.77%

R = 12.24%
G = 61.99%
B = 25.77%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#30F365 (or 0x30F365) is known color: Malachite. HEX triplet: 30, F3 and 65. RGB value is (48,243,101). Sum of RGB (Red+Green+Blue) = 48+243+101=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 243 (95.31% from 255 or 61.99% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 243 - color contains mainly: green. Hex color #30F365 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F365 is #CF0C9A. Grayscale: #A8A8A8. Windows color (decimal): -13569179 or 6681392. OLE color: 6681392.

HSL color Cylindrical-coordinate representation of color #30F365: hue angle of 136.31º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F365 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 243 101 -
CMYK 0.80 0 0.58 0.05
HSL 136.31º 0.89% 0.57% -
HSV(B) 136.31º 0.8% 0.95% -
XYZ 35.62 65.67 23.11 -
YUV 168.51 89.9 42.05 -
System Red Green Blue C M Y K H S L
Decimal 48 243 101 0.80 0 0.58 0.05 136.31 0.89 0.57
Hex 30 F3 65 50 0 3A 5 88 59 39
Octal 60 363 145 120 0 72 5 210 131 71
Binary 110000 11110011 1100101 1010000 0 111010 101 10001000 1011001 111001

Color Harmonies of #30F365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F365

Black with #30F365

Text Example


Text Example

White with #30F365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,243,101); }

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

background-color css

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

 a { background-color: rgb(48,243,101); }

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

border-color css

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

 span { border-color: rgb(48,243,101); }

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