Html Css Color HEX #00D73A Dark Pastel Green

📋 copy color: '#00D73A'

red 0 ◦ green 215 ◦ blue 58

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

Shades of Dark Pastel Green #00D73A

Tints of Dark Pastel Green #00D73A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 78.75%

 BLUE value IS 58 (23.05% from 255) = 21.25%

R = 0%
G = 78.75%
B = 21.25%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#00D73A (or 0x00D73A) is known color: Dark Pastel Green. HEX triplet: 00, D7 and 3A. RGB value is (0,215,58). Sum of RGB (Red+Green+Blue) = 0+215+58=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 215 (84.38% from 255 or 78.75% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 215 - color contains mainly: green. Hex color #00D73A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D73A is #FF28C5. Grayscale: #858585. Windows color (decimal): -16722118 or 3856128. OLE color: 3856128.

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

Color convert

RGB 0 215 58 -
CMYK 1 0 0.73 0.16
HSL 136.19º 1% 0.42% -
HSV(B) 136.19º 1% 0.84% -
XYZ 25.06 48.91 12.12 -
YUV 132.82 85.77 33.27 -
System Red Green Blue C M Y K H S L
Decimal 0 215 58 1 0 0.73 0.16 136.19 1 0.42
Hex 0 D7 3A 64 0 49 10 88 64 2A
Octal 0 327 72 144 0 111 20 210 144 52
Binary 0 11010111 111010 1100100 0 1001001 10000 10001000 1100100 101010

Color Harmonies of #00D73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D73A

Black with #00D73A

Text Example


Text Example

White with #00D73A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,215,58); }

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

background-color css

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

 a { background-color: rgb(0,215,58); }

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

border-color css

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

 span { border-color: rgb(0,215,58); }

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