Html Css Color HEX #01ED82 Spring Green

📋 copy color: '#01ED82'

red 1 ◦ green 237 ◦ blue 130

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

Shades of Spring Green #01ED82

Tints of Spring Green #01ED82

RGB

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

 GREEN value IS 237 (92.97% from 255) = 64.4%

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

R = 0.27%
G = 64.4%
B = 35.33%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#01ED82 (or 0x01ED82) is known color: Spring Green. HEX triplet: 01, ED and 82. RGB value is (1,237,130). Sum of RGB (Red+Green+Blue) = 1+237+130=368 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 368); Green value is 237 (92.97% from 255 or 64.40% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 237 - color contains mainly: green. Hex color #01ED82 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01ED82 is #FE127D. Grayscale: #9A9A9A. Windows color (decimal): -16650878 or 8580353. OLE color: 8580353.

HSL color Cylindrical-coordinate representation of color #01ED82: hue angle of 152.8º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ED82 is Cyan = 1.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 1 237 130 -
CMYK 1.00 0 0.45 0.07
HSL 152.8º 0.99% 0.47% -
HSV(B) 152.8º 1% 0.93% -
XYZ 34.33 62.19 31.31 -
YUV 154.24 114.31 18.7 -
System Red Green Blue C M Y K H S L
Decimal 1 237 130 1.00 0 0.45 0.07 152.8 0.99 0.47
Hex 1 ED 82 64 0 2D 7 99 63 2F
Octal 1 355 202 144 0 55 7 231 143 57
Binary 1 11101101 10000010 1100100 0 101101 111 10011001 1100011 101111

Color Harmonies of #01ED82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ED82

Black with #01ED82

Text Example


Text Example

White with #01ED82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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