Html Css Color HEX #00D542 Malachite

📋 copy color: '#00D542'

red 0 ◦ green 213 ◦ blue 66

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

Shades of Malachite #00D542

Tints of Malachite #00D542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.66%

R = 0%
G = 76.34%
B = 23.66%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#00D542 (or 0x00D542) is known color: Malachite. HEX triplet: 00, D5 and 42. RGB value is (0,213,66). Sum of RGB (Red+Green+Blue) = 0+213+66=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 213 (83.59% from 255 or 76.34% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 213 - color contains mainly: green. Hex color #00D542 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D542 is #FF2ABD. Grayscale: #848484. Windows color (decimal): -16722622 or 4379904. OLE color: 4379904.

HSL color Cylindrical-coordinate representation of color #00D542: hue angle of 138.59º 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 #00D542 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 0 213 66 -
CMYK 1 0 0.69 0.16
HSL 138.59º 1% 0.42% -
HSV(B) 138.59º 1% 0.84% -
XYZ 24.78 47.98 13.11 -
YUV 132.56 90.43 33.45 -
System Red Green Blue C M Y K H S L
Decimal 0 213 66 1 0 0.69 0.16 138.59 1 0.42
Hex 0 D5 42 64 0 45 10 8B 64 2A
Octal 0 325 102 144 0 105 20 213 144 52
Binary 0 11010101 1000010 1100100 0 1000101 10000 10001011 1100100 101010

Color Harmonies of #00D542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D542

Black with #00D542

Text Example


Text Example

White with #00D542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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