Html Css Color HEX #00FD3D Malachite

📋 copy color: '#00FD3D'

red 0 ◦ green 253 ◦ blue 61

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

Shades of Malachite #00FD3D

Tints of Malachite #00FD3D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 80.57%

 BLUE value IS 61 (24.22% from 255) = 19.43%

R = 0%
G = 80.57%
B = 19.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#00FD3D (or 0x00FD3D) is known color: Malachite. HEX triplet: 00, FD and 3D. RGB value is (0,253,61). Sum of RGB (Red+Green+Blue) = 0+253+61=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 253 (99.22% from 255 or 80.57% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 253 - color contains mainly: green. Hex color #00FD3D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00FD3D is #FF02C2. Grayscale: #9B9B9B. Windows color (decimal): -16712387 or 4062464. OLE color: 4062464.

HSL color Cylindrical-coordinate representation of color #00FD3D: hue angle of 134.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FD3D is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 253 61 -
CMYK 1 0 0.76 0.01
HSL 134.47º 1% 0.5% -
HSV(B) 134.47º 1% 0.99% -
XYZ 35.97 70.59 16.14 -
YUV 155.47 74.68 17.11 -
System Red Green Blue C M Y K H S L
Decimal 0 253 61 1 0 0.76 0.01 134.47 1 0.5
Hex 0 FD 3D 64 0 4C 1 86 64 32
Octal 0 375 75 144 0 114 1 206 144 62
Binary 0 11111101 111101 1100100 0 1001100 1 10000110 1100100 110010

Color Harmonies of #00FD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FD3D

Black with #00FD3D

Text Example


Text Example

White with #00FD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,253,61); }

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

background-color css

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

 a { background-color: rgb(0,253,61); }

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

border-color css

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

 span { border-color: rgb(0,253,61); }

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