Html Css Color HEX #00DA42 Malachite

📋 copy color: '#00DA42'

red 0 ◦ green 218 ◦ blue 66

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

Shades of Malachite #00DA42

Tints of Malachite #00DA42

RGB

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

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

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

R = 0%
G = 76.76%
B = 23.24%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#00DA42 (or 0x00DA42) is known color: Malachite. HEX triplet: 00, DA and 42. RGB value is (0,218,66). Sum of RGB (Red+Green+Blue) = 0+218+66=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 218 (85.55% from 255 or 76.76% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 218 - color contains mainly: green. Hex color #00DA42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DA42 is #FF25BD. Grayscale: #878787. Windows color (decimal): -16721342 or 4381184. OLE color: 4381184.

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

Color convert

RGB 0 218 66 -
CMYK 1 0 0.70 0.15
HSL 138.17º 1% 0.43% -
HSV(B) 138.17º 1% 0.85% -
XYZ 26.05 50.54 13.54 -
YUV 135.49 88.78 31.36 -
System Red Green Blue C M Y K H S L
Decimal 0 218 66 1 0 0.70 0.15 138.17 1 0.43
Hex 0 DA 42 64 0 46 F 8A 64 2B
Octal 0 332 102 144 0 106 17 212 144 53
Binary 0 11011010 1000010 1100100 0 1000110 1111 10001010 1100100 101011

Color Harmonies of #00DA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DA42

Black with #00DA42

Text Example


Text Example

White with #00DA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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