Html Css Color HEX #00F74D Malachite

📋 copy color: '#00F74D'

red 0 ◦ green 247 ◦ blue 77

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

Shades of Malachite #00F74D

Tints of Malachite #00F74D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 247 (96.88% from 255) = 76.23%

 BLUE value IS 77 (30.47% from 255) = 23.77%

R = 0%
G = 76.23%
B = 23.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.69

 K value IS 0.03

RGB Variations

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

Color information

#00F74D (or 0x00F74D) is known color: Malachite. HEX triplet: 00, F7 and 4D. RGB value is (0,247,77). Sum of RGB (Red+Green+Blue) = 0+247+77=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 247 (96.88% from 255 or 76.23% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 247 - color contains mainly: green. Hex color #00F74D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00F74D is #FF08B2. Grayscale: #9A9A9A. Windows color (decimal): -16713907 or 5109504. OLE color: 5109504.

HSL color Cylindrical-coordinate representation of color #00F74D: hue angle of 138.7º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F74D is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.

Color convert

RGB 0 247 77 -
CMYK 1 0 0.69 0.03
HSL 138.7º 1% 0.48% -
HSV(B) 138.7º 1% 0.97% -
XYZ 34.6 67.06 18.14 -
YUV 153.77 84.67 18.32 -
System Red Green Blue C M Y K H S L
Decimal 0 247 77 1 0 0.69 0.03 138.7 1 0.48
Hex 0 F7 4D 64 0 45 3 8B 64 30
Octal 0 367 115 144 0 105 3 213 144 60
Binary 0 11110111 1001101 1100100 0 1000101 11 10001011 1100100 110000

Color Harmonies of #00F74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00F74D

Black with #00F74D

Text Example


Text Example

White with #00F74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00F74D; }

 p { color: rgb(0,247,77); }

 H1.HeaderClassName
 {
   color: #00F74D;
 }
 .AnyTagClassName
 {
   color: #00F74D;
 }
</style>

background-color css

<style>
 a { background-color: #00F74D; }

 a { background-color: rgb(0,247,77); }

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

border-color css

<style>
 span { border-color: #00F74D; }

 span { border-color: rgb(0,247,77); }

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