Html Css Color HEX #01DF82 Spring Green

📋 copy color: '#01DF82'

red 1 ◦ green 223 ◦ blue 130

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

Shades of Spring Green #01DF82

Tints of Spring Green #01DF82

RGB

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

 GREEN value IS 223 (87.5% from 255) = 62.99%

 BLUE value IS 130 (51.17% from 255) = 36.72%

R = 0.28%
G = 62.99%
B = 36.72%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#01DF82 (or 0x01DF82) is known color: Spring Green. HEX triplet: 01, DF and 82. RGB value is (1,223,130). Sum of RGB (Red+Green+Blue) = 1+223+130=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 223 (87.5% from 255 or 62.99% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DF82 is #FE207D. Grayscale: #929292. Windows color (decimal): -16654462 or 8576769. OLE color: 8576769.

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

Color convert

RGB 1 223 130 -
CMYK 1.00 0 0.42 0.13
HSL 154.86º 0.99% 0.44% -
HSV(B) 154.86º 1% 0.87% -
XYZ 30.43 54.39 30.01 -
YUV 146.02 118.95 24.56 -
System Red Green Blue C M Y K H S L
Decimal 1 223 130 1.00 0 0.42 0.13 154.86 0.99 0.44
Hex 1 DF 82 64 0 2A D 9B 63 2C
Octal 1 337 202 144 0 52 15 233 143 54
Binary 1 11011111 10000010 1100100 0 101010 1101 10011011 1100011 101100

Color Harmonies of #01DF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DF82

Black with #01DF82

Text Example


Text Example

White with #01DF82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,223,130); }

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

background-color css

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

 a { background-color: rgb(1,223,130); }

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

border-color css

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

 span { border-color: rgb(1,223,130); }

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