Html Css Color HEX #01D63E Dark Pastel Green

📋 copy color: '#01D63E'

red 1 ◦ green 214 ◦ blue 62

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

Shades of Dark Pastel Green #01D63E

Tints of Dark Pastel Green #01D63E

RGB

 RED value IS 1 (0.78% from 255) = 0.36%

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

 BLUE value IS 62 (24.61% from 255) = 22.38%

R = 0.36%
G = 77.26%
B = 22.38%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#01D63E (or 0x01D63E) is known color: Dark Pastel Green. HEX triplet: 01, D6 and 3E. RGB value is (1,214,62). Sum of RGB (Red+Green+Blue) = 1+214+62=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 214 (83.98% from 255 or 77.26% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 214 - color contains mainly: green. Hex color #01D63E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D63E is #FE29C1. Grayscale: #858585. Windows color (decimal): -16656834 or 4118017. OLE color: 4118017.

HSL color Cylindrical-coordinate representation of color #01D63E: hue angle of 137.18º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D63E is Cyan = 1.00, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 1 214 62 -
CMYK 1.00 0 0.71 0.16
HSL 137.18º 0.99% 0.42% -
HSV(B) 137.18º 1% 0.84% -
XYZ 24.93 48.45 12.59 -
YUV 132.99 87.93 33.86 -
System Red Green Blue C M Y K H S L
Decimal 1 214 62 1.00 0 0.71 0.16 137.18 0.99 0.42
Hex 1 D6 3E 64 0 47 10 89 63 2A
Octal 1 326 76 144 0 107 20 211 143 52
Binary 1 11010110 111110 1100100 0 1000111 10000 10001001 1100011 101010

Color Harmonies of #01D63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D63E

Black with #01D63E

Text Example


Text Example

White with #01D63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01D63E; }

 p { color: rgb(1,214,62); }

 H1.HeaderClassName
 {
   color: #01D63E;
 }
 .AnyTagClassName
 {
   color: #01D63E;
 }
</style>

background-color css

<style>
 a { background-color: #01D63E; }

 a { background-color: rgb(1,214,62); }

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

border-color css

<style>
 span { border-color: #01D63E; }

 span { border-color: rgb(1,214,62); }

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