Html Css Color HEX #07F942 Malachite

📋 copy color: '#07F942'

red 7 ◦ green 249 ◦ blue 66

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

Shades of Malachite #07F942

Tints of Malachite #07F942

RGB

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

 GREEN value IS 249 (97.66% from 255) = 77.33%

 BLUE value IS 66 (26.17% from 255) = 20.5%

R = 2.17%
G = 77.33%
B = 20.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#07F942 (or 0x07F942) is known color: Malachite. HEX triplet: 07, F9 and 42. RGB value is (7,249,66). Sum of RGB (Red+Green+Blue) = 7+249+66=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 249 (97.66% from 255 or 77.33% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 249 - color contains mainly: green. Hex color #07F942 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07F942 is #F806BD. Grayscale: #9C9C9C. Windows color (decimal): -16254654 or 4389127. OLE color: 4389127.

HSL color Cylindrical-coordinate representation of color #07F942: hue angle of 134.63º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F942 is Cyan = 0.97, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 249 66 -
CMYK 0.97 0 0.73 0.02
HSL 134.63º 0.95% 0.5% -
HSV(B) 134.63º 0.97% 0.98% -
XYZ 34.95 68.19 16.47 -
YUV 155.78 77.33 21.88 -
System Red Green Blue C M Y K H S L
Decimal 7 249 66 0.97 0 0.73 0.02 134.63 0.95 0.5
Hex 7 F9 42 61 0 49 2 87 5F 32
Octal 7 371 102 141 0 111 2 207 137 62
Binary 111 11111001 1000010 1100001 0 1001001 10 10000111 1011111 110010

Color Harmonies of #07F942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F942

Black with #07F942

Text Example


Text Example

White with #07F942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,249,66); }

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

background-color css

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

 a { background-color: rgb(7,249,66); }

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

border-color css

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

 span { border-color: rgb(7,249,66); }

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