Html Css Color HEX #01FF7D Spring Green

📋 copy color: '#01FF7D'

red 1 ◦ green 255 ◦ blue 125

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

Shades of Spring Green #01FF7D

Tints of Spring Green #01FF7D

RGB

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

 GREEN value IS 255 (100% from 255) = 66.93%

 BLUE value IS 125 (49.22% from 255) = 32.81%

R = 0.26%
G = 66.93%
B = 32.81%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#01FF7D (or 0x01FF7D) is known color: Spring Green. HEX triplet: 01, FF and 7D. RGB value is (1,255,125). Sum of RGB (Red+Green+Blue) = 1+255+125=381 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 381); Green value is 255 (100% from 255 or 66.93% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF7D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FF7D is #FE0082. Grayscale: #A4A4A4. Windows color (decimal): -16646275 or 8257281. OLE color: 8257281.

HSL color Cylindrical-coordinate representation of color #01FF7D: hue angle of 149.29º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FF7D is Cyan = 1.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 1 255 125 -
CMYK 1.00 0 0.51 0
HSL 149.29º 1% 0.5% -
HSV(B) 149.29º 1% 1% -
XYZ 39.47 73.01 31.41 -
YUV 164.23 105.85 11.57 -
System Red Green Blue C M Y K H S L
Decimal 1 255 125 1.00 0 0.51 0 149.29 1 0.5
Hex 1 FF 7D 64 0 33 0 95 64 32
Octal 1 377 175 144 0 63 0 225 144 62
Binary 1 11111111 1111101 1100100 0 110011 0 10010101 1100100 110010

Color Harmonies of #01FF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01FF7D

Black with #01FF7D

Text Example


Text Example

White with #01FF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,255,125); }

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

background-color css

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

 a { background-color: rgb(1,255,125); }

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

border-color css

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

 span { border-color: rgb(1,255,125); }

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