Html Css Color HEX #00DF4A Malachite

📋 copy color: '#00DF4A'

red 0 ◦ green 223 ◦ blue 74

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

Shades of Malachite #00DF4A

Tints of Malachite #00DF4A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 75.08%

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 0%
G = 75.08%
B = 24.92%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#00DF4A (or 0x00DF4A) is known color: Malachite. HEX triplet: 00, DF and 4A. RGB value is (0,223,74). Sum of RGB (Red+Green+Blue) = 0+223+74=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 223 (87.5% from 255 or 75.08% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 223 - color contains mainly: green. Hex color #00DF4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DF4A is #FF20B5. Grayscale: #8B8B8B. Windows color (decimal): -16720054 or 4906752. OLE color: 4906752.

HSL color Cylindrical-coordinate representation of color #00DF4A: hue angle of 139.91º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DF4A is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 223 74 -
CMYK 1 0 0.67 0.13
HSL 139.91º 1% 0.44% -
HSV(B) 139.91º 1% 0.87% -
XYZ 27.62 53.27 15.3 -
YUV 139.34 91.12 28.62 -
System Red Green Blue C M Y K H S L
Decimal 0 223 74 1 0 0.67 0.13 139.91 1 0.44
Hex 0 DF 4A 64 0 43 D 8C 64 2C
Octal 0 337 112 144 0 103 15 214 144 54
Binary 0 11011111 1001010 1100100 0 1000011 1101 10001100 1100100 101100

Color Harmonies of #00DF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DF4A

Black with #00DF4A

Text Example


Text Example

White with #00DF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,223,74); }

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

background-color css

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

 a { background-color: rgb(0,223,74); }

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

border-color css

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

 span { border-color: rgb(0,223,74); }

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