Html Css Color HEX #01F365 Spring Green

📋 copy color: '#01F365'

red 1 ◦ green 243 ◦ blue 101

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

Shades of Spring Green #01F365

Tints of Spring Green #01F365

RGB

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

 GREEN value IS 243 (95.31% from 255) = 70.43%

 BLUE value IS 101 (39.84% from 255) = 29.28%

R = 0.29%
G = 70.43%
B = 29.28%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#01F365 (or 0x01F365) is known color: Spring Green. HEX triplet: 01, F3 and 65. RGB value is (1,243,101). Sum of RGB (Red+Green+Blue) = 1+243+101=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 243 (95.31% from 255 or 70.43% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 243 - color contains mainly: green. Hex color #01F365 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F365 is #FE0C9A. Grayscale: #9A9A9A. Windows color (decimal): -16649371 or 6681345. OLE color: 6681345.

HSL color Cylindrical-coordinate representation of color #01F365: hue angle of 144.79º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F365 is Cyan = 1.00, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 243 101 -
CMYK 1.00 0 0.58 0.05
HSL 144.79º 0.99% 0.48% -
HSV(B) 144.79º 1% 0.95% -
XYZ 34.41 65.05 23.05 -
YUV 154.45 97.83 18.55 -
System Red Green Blue C M Y K H S L
Decimal 1 243 101 1.00 0 0.58 0.05 144.79 0.99 0.48
Hex 1 F3 65 64 0 3A 5 91 63 30
Octal 1 363 145 144 0 72 5 221 143 60
Binary 1 11110011 1100101 1100100 0 111010 101 10010001 1100011 110000

Color Harmonies of #01F365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F365

Black with #01F365

Text Example


Text Example

White with #01F365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,243,101); }

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

background-color css

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

 a { background-color: rgb(1,243,101); }

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

border-color css

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

 span { border-color: rgb(1,243,101); }

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