Html Css Color HEX #07F148 Malachite

📋 copy color: '#07F148'

red 7 ◦ green 241 ◦ blue 72

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

Shades of Malachite #07F148

Tints of Malachite #07F148

RGB

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

 GREEN value IS 241 (94.53% from 255) = 75.31%

 BLUE value IS 72 (28.52% from 255) = 22.5%

R = 2.19%
G = 75.31%
B = 22.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#07F148 (or 0x07F148) is known color: Malachite. HEX triplet: 07, F1 and 48. RGB value is (7,241,72). Sum of RGB (Red+Green+Blue) = 7+241+72=320 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 320); Green value is 241 (94.53% from 255 or 75.31% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 241 - color contains mainly: green. Hex color #07F148 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07F148 is #F80EB7. Grayscale: #989898. Windows color (decimal): -16256696 or 4780295. OLE color: 4780295.

HSL color Cylindrical-coordinate representation of color #07F148: hue angle of 136.67º 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 #07F148 is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 7 241 72 -
CMYK 0.97 0 0.70 0.05
HSL 136.67º 0.94% 0.49% -
HSV(B) 136.67º 0.97% 0.95% -
XYZ 32.71 63.42 16.65 -
YUV 151.77 82.98 24.74 -
System Red Green Blue C M Y K H S L
Decimal 7 241 72 0.97 0 0.70 0.05 136.67 0.94 0.49
Hex 7 F1 48 61 0 46 5 89 5E 31
Octal 7 361 110 141 0 106 5 211 136 61
Binary 111 11110001 1001000 1100001 0 1000110 101 10001001 1011110 110001

Color Harmonies of #07F148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F148

Black with #07F148

Text Example


Text Example

White with #07F148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,241,72); }

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

background-color css

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

 a { background-color: rgb(7,241,72); }

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

border-color css

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

 span { border-color: rgb(7,241,72); }

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