Html Css Color HEX #00DC38 Malachite

📋 copy color: '#00DC38'

red 0 ◦ green 220 ◦ blue 56

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

Shades of Malachite #00DC38

Tints of Malachite #00DC38

RGB

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

 GREEN value IS 220 (86.33% from 255) = 79.71%

 BLUE value IS 56 (22.27% from 255) = 20.29%

R = 0%
G = 79.71%
B = 20.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#00DC38 (or 0x00DC38) is known color: Malachite. HEX triplet: 00, DC and 38. RGB value is (0,220,56). Sum of RGB (Red+Green+Blue) = 0+220+56=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 220 (86.33% from 255 or 79.71% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 220 - color contains mainly: green. Hex color #00DC38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DC38 is #FF23C7. Grayscale: #878787. Windows color (decimal): -16720840 or 3726336. OLE color: 3726336.

HSL color Cylindrical-coordinate representation of color #00DC38: hue angle of 135.27º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DC38 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 220 56 -
CMYK 1 0 0.75 0.14
HSL 135.27º 1% 0.43% -
HSV(B) 135.27º 1% 0.86% -
XYZ 26.31 51.47 12.29 -
YUV 135.52 83.11 31.34 -
System Red Green Blue C M Y K H S L
Decimal 0 220 56 1 0 0.75 0.14 135.27 1 0.43
Hex 0 DC 38 64 0 4B E 87 64 2B
Octal 0 334 70 144 0 113 16 207 144 53
Binary 0 11011100 111000 1100100 0 1001011 1110 10000111 1100100 101011

Color Harmonies of #00DC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DC38

Black with #00DC38

Text Example


Text Example

White with #00DC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,220,56); }

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

background-color css

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

 a { background-color: rgb(0,220,56); }

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

border-color css

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

 span { border-color: rgb(0,220,56); }

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