Html Css Color HEX #07D145 Malachite

📋 copy color: '#07D145'

red 7 ◦ green 209 ◦ blue 69

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

Shades of Malachite #07D145

Tints of Malachite #07D145

RGB

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

 GREEN value IS 209 (82.03% from 255) = 73.33%

 BLUE value IS 69 (27.34% from 255) = 24.21%

R = 2.46%
G = 73.33%
B = 24.21%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#07D145 (or 0x07D145) is known color: Malachite. HEX triplet: 07, D1 and 45. RGB value is (7,209,69). Sum of RGB (Red+Green+Blue) = 7+209+69=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 209 (82.03% from 255 or 73.33% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 209 - color contains mainly: green. Hex color #07D145 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07D145 is #F82EBA. Grayscale: #848484. Windows color (decimal): -16264891 or 4575495. OLE color: 4575495.

HSL color Cylindrical-coordinate representation of color #07D145: hue angle of 138.42º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D145 is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 7 209 69 -
CMYK 0.97 0 0.67 0.18
HSL 138.42º 0.94% 0.42% -
HSV(B) 138.42º 0.97% 0.82% -
XYZ 23.96 46.08 13.26 -
YUV 132.64 92.08 38.38 -
System Red Green Blue C M Y K H S L
Decimal 7 209 69 0.97 0 0.67 0.18 138.42 0.94 0.42
Hex 7 D1 45 61 0 43 12 8A 5E 2A
Octal 7 321 105 141 0 103 22 212 136 52
Binary 111 11010001 1000101 1100001 0 1000011 10010 10001010 1011110 101010

Color Harmonies of #07D145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07D145

Black with #07D145

Text Example


Text Example

White with #07D145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,209,69); }

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

background-color css

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

 a { background-color: rgb(7,209,69); }

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

border-color css

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

 span { border-color: rgb(7,209,69); }

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