Html Css Color HEX #07F25D Malachite

📋 copy color: '#07F25D'

red 7 ◦ green 242 ◦ blue 93

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

Shades of Malachite #07F25D

Tints of Malachite #07F25D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 70.76%

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

R = 2.05%
G = 70.76%
B = 27.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#07F25D (or 0x07F25D) is known color: Malachite. HEX triplet: 07, F2 and 5D. RGB value is (7,242,93). Sum of RGB (Red+Green+Blue) = 7+242+93=342 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 342); Green value is 242 (94.92% from 255 or 70.76% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 242 - color contains mainly: green. Hex color #07F25D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #07F25D is #F80DA2. Grayscale: #9B9B9B. Windows color (decimal): -16256419 or 6156807. OLE color: 6156807.

HSL color Cylindrical-coordinate representation of color #07F25D: hue angle of 141.96º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F25D is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 7 242 93 -
CMYK 0.97 0 0.62 0.05
HSL 141.96º 0.94% 0.49% -
HSV(B) 141.96º 0.97% 0.95% -
XYZ 33.82 64.34 20.99 -
YUV 154.75 93.14 22.62 -
System Red Green Blue C M Y K H S L
Decimal 7 242 93 0.97 0 0.62 0.05 141.96 0.94 0.49
Hex 7 F2 5D 61 0 3E 5 8E 5E 31
Octal 7 362 135 141 0 76 5 216 136 61
Binary 111 11110010 1011101 1100001 0 111110 101 10001110 1011110 110001

Color Harmonies of #07F25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F25D

Black with #07F25D

Text Example


Text Example

White with #07F25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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