Html Css Color HEX #01D51F Dark Pastel Green

📋 copy color: '#01D51F'

red 1 ◦ green 213 ◦ blue 31

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

Shades of Dark Pastel Green #01D51F

Tints of Dark Pastel Green #01D51F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 86.94%

 BLUE value IS 31 (12.5% from 255) = 12.65%

R = 0.41%
G = 86.94%
B = 12.65%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#01D51F (or 0x01D51F) is known color: Dark Pastel Green. HEX triplet: 01, D5 and 1F. RGB value is (1,213,31). Sum of RGB (Red+Green+Blue) = 1+213+31=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 213 (83.59% from 255 or 86.94% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 213 - color contains mainly: green. Hex color #01D51F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01D51F is #FE2AE0. Grayscale: #818181. Windows color (decimal): -16657121 or 2086145. OLE color: 2086145.

HSL color Cylindrical-coordinate representation of color #01D51F: hue angle of 128.49º 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 #01D51F is Cyan = 1.00, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 1 213 31 -
CMYK 1.00 0 0.85 0.16
HSL 128.49º 0.99% 0.42% -
HSV(B) 128.49º 1% 0.84% -
XYZ 24.05 47.69 9.23 -
YUV 128.86 72.76 36.8 -
System Red Green Blue C M Y K H S L
Decimal 1 213 31 1.00 0 0.85 0.16 128.49 0.99 0.42
Hex 1 D5 1F 64 0 55 10 80 63 2A
Octal 1 325 37 144 0 125 20 200 143 52
Binary 1 11010101 11111 1100100 0 1010101 10000 10000000 1100011 101010

Color Harmonies of #01D51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01D51F

Black with #01D51F

Text Example


Text Example

White with #01D51F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,213,31); }

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

background-color css

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

 a { background-color: rgb(1,213,31); }

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

border-color css

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

 span { border-color: rgb(1,213,31); }

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