Html Css Color HEX #01ED85 Spring Green

📋 copy color: '#01ED85'

red 1 ◦ green 237 ◦ blue 133

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

Shades of Spring Green #01ED85

Tints of Spring Green #01ED85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.85%

R = 0.27%
G = 63.88%
B = 35.85%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#01ED85 (or 0x01ED85) is known color: Spring Green. HEX triplet: 01, ED and 85. RGB value is (1,237,133). Sum of RGB (Red+Green+Blue) = 1+237+133=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 237 (92.97% from 255 or 63.88% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 237 - color contains mainly: green. Hex color #01ED85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #01ED85 is #FE127A. Grayscale: #9A9A9A. Windows color (decimal): -16650875 or 8776961. OLE color: 8776961.

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

Color convert

RGB 1 237 133 -
CMYK 1.00 0 0.44 0.07
HSL 153.56º 0.99% 0.47% -
HSV(B) 153.56º 1% 0.93% -
XYZ 34.53 62.27 32.39 -
YUV 154.58 115.81 18.46 -
System Red Green Blue C M Y K H S L
Decimal 1 237 133 1.00 0 0.44 0.07 153.56 0.99 0.47
Hex 1 ED 85 64 0 2C 7 9A 63 2F
Octal 1 355 205 144 0 54 7 232 143 57
Binary 1 11101101 10000101 1100100 0 101100 111 10011010 1100011 101111

Color Harmonies of #01ED85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ED85

Black with #01ED85

Text Example


Text Example

White with #01ED85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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