Html Css Color HEX #01DD31 Dark Pastel Green

📋 copy color: '#01DD31'

red 1 ◦ green 221 ◦ blue 49

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

Shades of Dark Pastel Green #01DD31

Tints of Dark Pastel Green #01DD31

RGB

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

 GREEN value IS 221 (86.72% from 255) = 81.55%

 BLUE value IS 49 (19.53% from 255) = 18.08%

R = 0.37%
G = 81.55%
B = 18.08%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#01DD31 (or 0x01DD31) is known color: Dark Pastel Green. HEX triplet: 01, DD and 31. RGB value is (1,221,49). Sum of RGB (Red+Green+Blue) = 1+221+49=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 221 (86.72% from 255 or 81.55% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01DD31 is #FE22CE. Grayscale: #888888. Windows color (decimal): -16655055 or 3267841. OLE color: 3267841.

HSL color Cylindrical-coordinate representation of color #01DD31: hue angle of 133.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DD31 is Cyan = 1.00, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 221 49 -
CMYK 1.00 0 0.78 0.13
HSL 133.09º 0.99% 0.44% -
HSV(B) 133.09º 1% 0.87% -
XYZ 26.42 51.94 11.54 -
YUV 135.61 79.11 31.99 -
System Red Green Blue C M Y K H S L
Decimal 1 221 49 1.00 0 0.78 0.13 133.09 0.99 0.44
Hex 1 DD 31 64 0 4E D 85 63 2C
Octal 1 335 61 144 0 116 15 205 143 54
Binary 1 11011101 110001 1100100 0 1001110 1101 10000101 1100011 101100

Color Harmonies of #01DD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DD31

Black with #01DD31

Text Example


Text Example

White with #01DD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,221,49); }

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

background-color css

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

 a { background-color: rgb(1,221,49); }

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

border-color css

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

 span { border-color: rgb(1,221,49); }

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