Html Css Color HEX #07C25F Malachite

📋 copy color: '#07C25F'

red 7 ◦ green 194 ◦ blue 95

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

Shades of Malachite #07C25F

Tints of Malachite #07C25F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 65.54%

 BLUE value IS 95 (37.5% from 255) = 32.09%

R = 2.36%
G = 65.54%
B = 32.09%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#07C25F (or 0x07C25F) is known color: Malachite. HEX triplet: 07, C2 and 5F. RGB value is (7,194,95). Sum of RGB (Red+Green+Blue) = 7+194+95=296 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 296); Green value is 194 (76.17% from 255 or 65.54% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 194 - color contains mainly: green. Hex color #07C25F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C25F is #F83DA0. Grayscale: #7F7F7F. Windows color (decimal): -16268705 or 6275591. OLE color: 6275591.

HSL color Cylindrical-coordinate representation of color #07C25F: hue angle of 148.24º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C25F is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 7 194 95 -
CMYK 0.96 0 0.51 0.24
HSL 148.24º 0.93% 0.39% -
HSV(B) 148.24º 0.96% 0.76% -
XYZ 21.44 39.45 17.31 -
YUV 126.8 110.05 42.55 -
System Red Green Blue C M Y K H S L
Decimal 7 194 95 0.96 0 0.51 0.24 148.24 0.93 0.39
Hex 7 C2 5F 60 0 33 18 94 5D 27
Octal 7 302 137 140 0 63 30 224 135 47
Binary 111 11000010 1011111 1100000 0 110011 11000 10010100 1011101 100111

Color Harmonies of #07C25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07C25F

Black with #07C25F

Text Example


Text Example

White with #07C25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,194,95); }

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

background-color css

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

 a { background-color: rgb(7,194,95); }

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

border-color css

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

 span { border-color: rgb(7,194,95); }

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