Html Css Color HEX #07DC42 Malachite

📋 copy color: '#07DC42'

red 7 ◦ green 220 ◦ blue 66

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

Shades of Malachite #07DC42

Tints of Malachite #07DC42

RGB

 RED value IS 7 (3.13% from 255) = 2.39%

 GREEN value IS 220 (86.33% from 255) = 75.09%

 BLUE value IS 66 (26.17% from 255) = 22.53%

R = 2.39%
G = 75.09%
B = 22.53%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#07DC42 (or 0x07DC42) is known color: Malachite. HEX triplet: 07, DC and 42. RGB value is (7,220,66). Sum of RGB (Red+Green+Blue) = 7+220+66=293 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.39% from 293); Green value is 220 (86.33% from 255 or 75.09% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 220 - color contains mainly: green. Hex color #07DC42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07DC42 is #F823BD. Grayscale: #8B8B8B. Windows color (decimal): -16262078 or 4381703. OLE color: 4381703.

HSL color Cylindrical-coordinate representation of color #07DC42: hue angle of 136.62º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DC42 is Cyan = 0.97, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 220 66 -
CMYK 0.97 0 0.7 0.14
HSL 136.62º 0.94% 0.45% -
HSV(B) 136.62º 0.97% 0.86% -
XYZ 26.66 51.62 13.71 -
YUV 138.76 86.93 34.02 -
System Red Green Blue C M Y K H S L
Decimal 7 220 66 0.97 0 0.7 0.14 136.62 0.94 0.45
Hex 7 DC 42 61 0 46 E 89 5E 2D
Octal 7 334 102 141 0 106 16 211 136 55
Binary 111 11011100 1000010 1100001 0 1000110 1110 10001001 1011110 101101

Color Harmonies of #07DC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DC42

Black with #07DC42

Text Example


Text Example

White with #07DC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07DC42; }

 p { color: rgb(7,220,66); }

 H1.HeaderClassName
 {
   color: #07DC42;
 }
 .AnyTagClassName
 {
   color: #07DC42;
 }
</style>

background-color css

<style>
 a { background-color: #07DC42; }

 a { background-color: rgb(7,220,66); }

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

border-color css

<style>
 span { border-color: #07DC42; }

 span { border-color: rgb(7,220,66); }

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