Html Css Color HEX #00D63C Dark Pastel Green

📋 copy color: '#00D63C'

red 0 ◦ green 214 ◦ blue 60

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

Shades of Dark Pastel Green #00D63C

Tints of Dark Pastel Green #00D63C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 78.1%

 BLUE value IS 60 (23.83% from 255) = 21.9%

R = 0%
G = 78.1%
B = 21.9%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#00D63C (or 0x00D63C) is known color: Dark Pastel Green. HEX triplet: 00, D6 and 3C. RGB value is (0,214,60). Sum of RGB (Red+Green+Blue) = 0+214+60=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 214 (83.98% from 255 or 78.10% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 214 - color contains mainly: green. Hex color #00D63C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00D63C is #FF29C3. Grayscale: #848484. Windows color (decimal): -16722372 or 3986944. OLE color: 3986944.

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

Color convert

RGB 0 214 60 -
CMYK 1 0 0.72 0.16
HSL 136.82º 1% 0.42% -
HSV(B) 136.82º 1% 0.84% -
XYZ 24.86 48.42 12.31 -
YUV 132.46 87.1 33.52 -
System Red Green Blue C M Y K H S L
Decimal 0 214 60 1 0 0.72 0.16 136.82 1 0.42
Hex 0 D6 3C 64 0 48 10 89 64 2A
Octal 0 326 74 144 0 110 20 211 144 52
Binary 0 11010110 111100 1100100 0 1001000 10000 10001001 1100100 101010

Color Harmonies of #00D63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D63C

Black with #00D63C

Text Example


Text Example

White with #00D63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,214,60); }

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

background-color css

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

 a { background-color: rgb(0,214,60); }

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

border-color css

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

 span { border-color: rgb(0,214,60); }

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