Html Css Color HEX #00D540 Malachite

📋 copy color: '#00D540'

red 0 ◦ green 213 ◦ blue 64

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

Shades of Malachite #00D540

Tints of Malachite #00D540

RGB

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

 GREEN value IS 213 (83.59% from 255) = 76.9%

 BLUE value IS 64 (25.39% from 255) = 23.1%

R = 0%
G = 76.9%
B = 23.1%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#00D540 (or 0x00D540) is known color: Malachite. HEX triplet: 00, D5 and 40. RGB value is (0,213,64). Sum of RGB (Red+Green+Blue) = 0+213+64=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 213 (83.59% from 255 or 76.90% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 213 - color contains mainly: green. Hex color #00D540 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D540 is #FF2ABF. Grayscale: #848484. Windows color (decimal): -16722624 or 4248832. OLE color: 4248832.

HSL color Cylindrical-coordinate representation of color #00D540: hue angle of 138.03º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D540 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 0 213 64 -
CMYK 1 0 0.70 0.16
HSL 138.03º 1% 0.42% -
HSV(B) 138.03º 1% 0.84% -
XYZ 24.72 47.96 12.8 -
YUV 132.33 89.43 33.62 -
System Red Green Blue C M Y K H S L
Decimal 0 213 64 1 0 0.70 0.16 138.03 1 0.42
Hex 0 D5 40 64 0 46 10 8A 64 2A
Octal 0 325 100 144 0 106 20 212 144 52
Binary 0 11010101 1000000 1100100 0 1000110 10000 10001010 1100100 101010

Color Harmonies of #00D540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D540

Black with #00D540

Text Example


Text Example

White with #00D540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,213,64); }

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

background-color css

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

 a { background-color: rgb(0,213,64); }

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

border-color css

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

 span { border-color: rgb(0,213,64); }

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