Html Css Color HEX #07DD5D Malachite

📋 copy color: '#07DD5D'

red 7 ◦ green 221 ◦ blue 93

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

Shades of Malachite #07DD5D

Tints of Malachite #07DD5D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 68.85%

 BLUE value IS 93 (36.72% from 255) = 28.97%

R = 2.18%
G = 68.85%
B = 28.97%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#07DD5D (or 0x07DD5D) is known color: Malachite. HEX triplet: 07, DD and 5D. RGB value is (7,221,93). Sum of RGB (Red+Green+Blue) = 7+221+93=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 221 (86.72% from 255 or 68.85% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 221 - color contains mainly: green. Hex color #07DD5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07DD5D is #F822A2. Grayscale: #8E8E8E. Windows color (decimal): -16261795 or 6151431. OLE color: 6151431.

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

Color convert

RGB 7 221 93 -
CMYK 0.97 0 0.58 0.13
HSL 144.11º 0.94% 0.45% -
HSV(B) 144.11º 0.97% 0.87% -
XYZ 27.92 52.55 19.03 -
YUV 142.42 100.1 31.41 -
System Red Green Blue C M Y K H S L
Decimal 7 221 93 0.97 0 0.58 0.13 144.11 0.94 0.45
Hex 7 DD 5D 61 0 3A D 90 5E 2D
Octal 7 335 135 141 0 72 15 220 136 55
Binary 111 11011101 1011101 1100001 0 111010 1101 10010000 1011110 101101

Color Harmonies of #07DD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DD5D

Black with #07DD5D

Text Example


Text Example

White with #07DD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,221,93); }

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

background-color css

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

 a { background-color: rgb(7,221,93); }

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

border-color css

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

 span { border-color: rgb(7,221,93); }

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