Html Css Color HEX #00DA5B Malachite

📋 copy color: '#00DA5B'

red 0 ◦ green 218 ◦ blue 91

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

Shades of Malachite #00DA5B

Tints of Malachite #00DA5B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 70.55%

 BLUE value IS 91 (35.94% from 255) = 29.45%

R = 0%
G = 70.55%
B = 29.45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#00DA5B (or 0x00DA5B) is known color: Malachite. HEX triplet: 00, DA and 5B. RGB value is (0,218,91). Sum of RGB (Red+Green+Blue) = 0+218+91=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 218 (85.55% from 255 or 70.55% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 218 - color contains mainly: green. Hex color #00DA5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DA5B is #FF25A4. Grayscale: #8A8A8A. Windows color (decimal): -16721317 or 6019584. OLE color: 6019584.

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

Color convert

RGB 0 218 91 -
CMYK 1 0 0.58 0.15
HSL 145.05º 1% 0.43% -
HSV(B) 145.05º 1% 0.85% -
XYZ 26.96 50.9 18.3 -
YUV 138.34 101.28 29.33 -
System Red Green Blue C M Y K H S L
Decimal 0 218 91 1 0 0.58 0.15 145.05 1 0.43
Hex 0 DA 5B 64 0 3A F 91 64 2B
Octal 0 332 133 144 0 72 17 221 144 53
Binary 0 11011010 1011011 1100100 0 111010 1111 10010001 1100100 101011

Color Harmonies of #00DA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DA5B

Black with #00DA5B

Text Example


Text Example

White with #00DA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,218,91); }

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

background-color css

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

 a { background-color: rgb(0,218,91); }

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

border-color css

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

 span { border-color: rgb(0,218,91); }

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