Html Css Color HEX #07D85D Malachite

📋 copy color: '#07D85D'

red 7 ◦ green 216 ◦ blue 93

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

Shades of Malachite #07D85D

Tints of Malachite #07D85D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 68.35%

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

R = 2.22%
G = 68.35%
B = 29.43%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#07D85D (or 0x07D85D) is known color: Malachite. HEX triplet: 07, D8 and 5D. RGB value is (7,216,93). Sum of RGB (Red+Green+Blue) = 7+216+93=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 216 (84.77% from 255 or 68.35% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 216 - color contains mainly: green. Hex color #07D85D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07D85D is #F827A2. Grayscale: #8B8B8B. Windows color (decimal): -16263075 or 6150151. OLE color: 6150151.

HSL color Cylindrical-coordinate representation of color #07D85D: hue angle of 144.69º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D85D is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 7 216 93 -
CMYK 0.97 0 0.57 0.15
HSL 144.69º 0.94% 0.44% -
HSV(B) 144.69º 0.97% 0.85% -
XYZ 26.62 49.95 18.59 -
YUV 139.49 101.76 33.5 -
System Red Green Blue C M Y K H S L
Decimal 7 216 93 0.97 0 0.57 0.15 144.69 0.94 0.44
Hex 7 D8 5D 61 0 39 F 91 5E 2C
Octal 7 330 135 141 0 71 17 221 136 54
Binary 111 11011000 1011101 1100001 0 111001 1111 10010001 1011110 101100

Color Harmonies of #07D85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07D85D

Black with #07D85D

Text Example


Text Example

White with #07D85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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