Html Css Color HEX #00DA4B Malachite

📋 copy color: '#00DA4B'

red 0 ◦ green 218 ◦ blue 75

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

Shades of Malachite #00DA4B

Tints of Malachite #00DA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.6%

R = 0%
G = 74.4%
B = 25.6%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#00DA4B (or 0x00DA4B) is known color: Malachite. HEX triplet: 00, DA and 4B. RGB value is (0,218,75). Sum of RGB (Red+Green+Blue) = 0+218+75=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 218 (85.55% from 255 or 74.40% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 218 - color contains mainly: green. Hex color #00DA4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00DA4B is #FF25B4. Grayscale: #888888. Windows color (decimal): -16721333 or 4971008. OLE color: 4971008.

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

Color convert

RGB 0 218 75 -
CMYK 1 0 0.66 0.15
HSL 140.64º 1% 0.43% -
HSV(B) 140.64º 1% 0.85% -
XYZ 26.34 50.65 15.04 -
YUV 136.52 93.28 30.63 -
System Red Green Blue C M Y K H S L
Decimal 0 218 75 1 0 0.66 0.15 140.64 1 0.43
Hex 0 DA 4B 64 0 42 F 8D 64 2B
Octal 0 332 113 144 0 102 17 215 144 53
Binary 0 11011010 1001011 1100100 0 1000010 1111 10001101 1100100 101011

Color Harmonies of #00DA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DA4B

Black with #00DA4B

Text Example


Text Example

White with #00DA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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