Html Css Color HEX #00D261 Malachite

📋 copy color: '#00D261'

red 0 ◦ green 210 ◦ blue 97

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

Shades of Malachite #00D261

Tints of Malachite #00D261

RGB

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

 GREEN value IS 210 (82.42% from 255) = 68.4%

 BLUE value IS 97 (38.28% from 255) = 31.6%

R = 0%
G = 68.4%
B = 31.6%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#00D261 (or 0x00D261) is known color: Malachite. HEX triplet: 00, D2 and 61. RGB value is (0,210,97). Sum of RGB (Red+Green+Blue) = 0+210+97=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 210 (82.42% from 255 or 68.40% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 210 - color contains mainly: green. Hex color #00D261 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D261 is #FF2D9E. Grayscale: #868686. Windows color (decimal): -16723359 or 6410752. OLE color: 6410752.

HSL color Cylindrical-coordinate representation of color #00D261: hue angle of 147.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D261 is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 210 97 -
CMYK 1 0 0.54 0.18
HSL 147.71º 1% 0.41% -
HSV(B) 147.71º 1% 0.82% -
XYZ 25.2 46.96 19.04 -
YUV 134.33 106.93 32.19 -
System Red Green Blue C M Y K H S L
Decimal 0 210 97 1 0 0.54 0.18 147.71 1 0.41
Hex 0 D2 61 64 0 36 12 94 64 29
Octal 0 322 141 144 0 66 22 224 144 51
Binary 0 11010010 1100001 1100100 0 110110 10010 10010100 1100100 101001

Color Harmonies of #00D261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D261

Black with #00D261

Text Example


Text Example

White with #00D261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,210,97); }

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

background-color css

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

 a { background-color: rgb(0,210,97); }

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

border-color css

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

 span { border-color: rgb(0,210,97); }

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